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