PrintDebugTextEntityData
Inherits from EntityData
Summary
Constructors
PrintDebugTextEntityData() |
PrintDebugTextEntityData(guid: Guid) |
PrintDebugTextEntityData(other: EntityData) |
PrintDebugTextEntityData(other: GameObjectData) |
PrintDebugTextEntityData(other: GameDataContainer) |
PrintDebugTextEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
textColor | Vec3 |
realm | Realm |
text | string |
enabled | bool |
Static members
Name | Type |
---|---|
PrintDebugTextEntityData.typeInfo | TypeInformation |
Constructors
PrintDebugTextEntityData
PrintDebugTextEntityData()
Creates a new PrintDebugTextEntityData frostbite instance.
PrintDebugTextEntityData
PrintDebugTextEntityData(guid: Guid)
Creates a new PrintDebugTextEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
PrintDebugTextEntityData
PrintDebugTextEntityData(other: EntityData)
Casts an instance of type EntityData to PrintDebugTextEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to PrintDebugTextEntityData. |
PrintDebugTextEntityData
PrintDebugTextEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to PrintDebugTextEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to PrintDebugTextEntityData. |
PrintDebugTextEntityData
PrintDebugTextEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to PrintDebugTextEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to PrintDebugTextEntityData. |
PrintDebugTextEntityData
PrintDebugTextEntityData(other: DataContainer)
Casts an instance of type DataContainer to PrintDebugTextEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to PrintDebugTextEntityData. |
Properties
textColor
realm
text
string
enabled
bool
Static members
typeInfo
The type information for the PrintDebugTextEntityData type.