RigidMeshEntityData

Inherits from SpatialEntityData

Summary

Constructors

RigidMeshEntityData()
RigidMeshEntityData(guid: Guid)
RigidMeshEntityData(other: SpatialEntityData)
RigidMeshEntityData(other: EntityData)
RigidMeshEntityData(other: GameObjectData)
RigidMeshEntityData(other: GameDataContainer)
RigidMeshEntityData(other: DataContainer)

Properties

Name Type
mesh RigidMeshAsset | nil

Static members

Name Type
RigidMeshEntityData.typeInfo TypeInformation

Constructors

RigidMeshEntityData

RigidMeshEntityData()

Creates a new RigidMeshEntityData frostbite instance.

RigidMeshEntityData

RigidMeshEntityData(guid: Guid)

Creates a new RigidMeshEntityData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

RigidMeshEntityData

RigidMeshEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to RigidMeshEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to RigidMeshEntityData.

RigidMeshEntityData

RigidMeshEntityData(other: EntityData)

Casts an instance of type EntityData to RigidMeshEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to RigidMeshEntityData.

RigidMeshEntityData

RigidMeshEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to RigidMeshEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to RigidMeshEntityData.

RigidMeshEntityData

RigidMeshEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to RigidMeshEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to RigidMeshEntityData.

RigidMeshEntityData

RigidMeshEntityData(other: DataContainer)

Casts an instance of type DataContainer to RigidMeshEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to RigidMeshEntityData.

Properties

mesh

RigidMeshAsset | nil

Static members

typeInfo

TypeInformation

The type information for the RigidMeshEntityData type.

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