PhysicsDrivenAnimationEntityData

Inherits from EntityData

Summary

Constructors

PhysicsDrivenAnimationEntityData()
PhysicsDrivenAnimationEntityData(guid: Guid)
PhysicsDrivenAnimationEntityData(other: EntityData)
PhysicsDrivenAnimationEntityData(other: GameObjectData)
PhysicsDrivenAnimationEntityData(other: GameDataContainer)
PhysicsDrivenAnimationEntityData(other: DataContainer)

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

Realm

binding

PhysicsDrivenAnimationEntityBinding

animationEntitySpacePriority

int

Static members

typeInfo

TypeInformation

The type information for the PhysicsDrivenAnimationEntityData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)