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