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