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