CompositeMeshEntityData

Inherits from SpatialEntityData

Summary

Constructors

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

Properties

Name Type
mesh CompositeMeshAsset | nil

Static members

Name Type
CompositeMeshEntityData.typeInfo TypeInformation

Constructors

CompositeMeshEntityData

CompositeMeshEntityData()

Creates a new CompositeMeshEntityData frostbite instance.

CompositeMeshEntityData

CompositeMeshEntityData(guid: Guid)

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

Parameters

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

CompositeMeshEntityData

CompositeMeshEntityData(other: SpatialEntityData)

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

Parameters

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

CompositeMeshEntityData

CompositeMeshEntityData(other: EntityData)

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

Parameters

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

CompositeMeshEntityData

CompositeMeshEntityData(other: GameObjectData)

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

Parameters

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

CompositeMeshEntityData

CompositeMeshEntityData(other: GameDataContainer)

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

Parameters

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

CompositeMeshEntityData

CompositeMeshEntityData(other: DataContainer)

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

Parameters

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

Properties

mesh

CompositeMeshAsset | nil

Static members

typeInfo

TypeInformation

The type information for the CompositeMeshEntityData type.

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