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