MeshProxyEntityData

Inherits from SpatialEntityData

Summary

Constructors

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

Properties

Name Type
mesh MeshAsset | nil
basePoseTransforms LinearTransform[]

Static members

Name Type
MeshProxyEntityData.typeInfo TypeInformation

Constructors

MeshProxyEntityData

MeshProxyEntityData()

Creates a new MeshProxyEntityData frostbite instance.

MeshProxyEntityData

MeshProxyEntityData(guid: Guid)

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

Parameters

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

MeshProxyEntityData

MeshProxyEntityData(other: SpatialEntityData)

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

Parameters

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

MeshProxyEntityData

MeshProxyEntityData(other: EntityData)

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

Parameters

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

MeshProxyEntityData

MeshProxyEntityData(other: GameObjectData)

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

Parameters

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

MeshProxyEntityData

MeshProxyEntityData(other: GameDataContainer)

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

Parameters

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

MeshProxyEntityData

MeshProxyEntityData(other: DataContainer)

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

Parameters

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

Properties

mesh

MeshAsset | nil

basePoseTransforms

LinearTransform[]

Static members

typeInfo

TypeInformation

The type information for the MeshProxyEntityData type.

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