AnimationControlledStateData
Inherits from CharacterStateData
Summary
Constructors
AnimationControlledStateData() |
AnimationControlledStateData(guid: Guid) |
AnimationControlledStateData(other: CharacterStateData) |
AnimationControlledStateData(other: DataContainer) |
Properties
Name | Type |
---|---|
upNormalTolerance | float |
Static members
Name | Type |
---|---|
AnimationControlledStateData.typeInfo | TypeInformation |
Constructors
AnimationControlledStateData
AnimationControlledStateData()
Creates a new AnimationControlledStateData frostbite instance.
AnimationControlledStateData
AnimationControlledStateData(guid: Guid)
Creates a new AnimationControlledStateData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
AnimationControlledStateData
AnimationControlledStateData(other: CharacterStateData)
Casts an instance of type CharacterStateData to AnimationControlledStateData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | CharacterStateData | The instance to cast to AnimationControlledStateData. |
AnimationControlledStateData
AnimationControlledStateData(other: DataContainer)
Casts an instance of type DataContainer to AnimationControlledStateData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to AnimationControlledStateData. |
Properties
upNormalTolerance
float
Static members
typeInfo
The type information for the AnimationControlledStateData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)