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