retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
FontComponent
retrograde
font
Undocumented in source.
class
FontComponent :
EntityComponent
,
Snapshotable
{
mixin
EntityComponentIdentity
!
"FontComponent"
;
Font
font
[@property getter];
this
(Font font);
string
[
string
]
getSnapshotData
();
}
Constructors
this
this
(Font font)
Undocumented in source.
Members
Functions
getSnapshotData
string
[
string
]
getSnapshotData
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
EntityComponentIdentity
!
"FontComponent"
Undocumented in source.
Properties
font
Font
font
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From EntityComponent
getComponentType
StringId
getComponentType
()
Undocumented in source.
getComponentTypeString
string
getComponentTypeString
()
Undocumented in source.
From Snapshotable
getSnapshotData
string
[
string
]
getSnapshotData
()
Undocumented in source.
Meta
Source
See Implementation
retrograde
font
classes
Font
FontComponent
FontComponentFactory
TextComponent