MeshVariationDatabase

Inherits from Asset

Summary

Constructors

MeshVariationDatabase()
MeshVariationDatabase(guid: Guid)
MeshVariationDatabase(other: Asset)
MeshVariationDatabase(other: DataContainer)

Properties

Name Type
entries MeshVariationDatabaseEntry[]
redirectEntries MeshVariationDatabaseEntry[]

Static members

Name Type
MeshVariationDatabase.typeInfo TypeInformation

Constructors

MeshVariationDatabase

MeshVariationDatabase()

Creates a new MeshVariationDatabase frostbite instance.

MeshVariationDatabase

MeshVariationDatabase(guid: Guid)

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

Parameters

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

MeshVariationDatabase

MeshVariationDatabase(other: Asset)

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

Parameters

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

MeshVariationDatabase

MeshVariationDatabase(other: DataContainer)

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

Parameters

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

Properties

entries

MeshVariationDatabaseEntry[]

redirectEntries

MeshVariationDatabaseEntry[]

Static members

typeInfo

TypeInformation

The type information for the MeshVariationDatabase type.

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