CompositeMeshAsset

Inherits from MeshAsset

Summary

Constructors

CompositeMeshAsset()
CompositeMeshAsset(guid: Guid)
CompositeMeshAsset(other: MeshAsset)
CompositeMeshAsset(other: Asset)
CompositeMeshAsset(other: DataContainer)

Static members

Name Type
CompositeMeshAsset.typeInfo TypeInformation

Constructors

CompositeMeshAsset

CompositeMeshAsset()

Creates a new CompositeMeshAsset frostbite instance.

CompositeMeshAsset

CompositeMeshAsset(guid: Guid)

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

Parameters

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

CompositeMeshAsset

CompositeMeshAsset(other: MeshAsset)

Casts an instance of type MeshAsset to CompositeMeshAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other MeshAsset The instance to cast to CompositeMeshAsset.

CompositeMeshAsset

CompositeMeshAsset(other: Asset)

Casts an instance of type Asset to CompositeMeshAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to CompositeMeshAsset.

CompositeMeshAsset

CompositeMeshAsset(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the CompositeMeshAsset type.

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