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