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