ModelMetaDataclass

Metadata extracted from a model package version.

objectAssetMetaDataModelMetaData
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.Package.ModelMetaData : Sandbox.Package.AssetMetaData

Constructors1

Showing 1 constructors

Properties12

Showing 12 properties

public bool Sandbox.Package.ModelMetaData.HasCollision { get; set; }PUBLICGETSET

Whether the model ships a physics/collision mesh (embedded or referenced).

Returns:bool

public System.Collections.Immutable.ImmutableArray`1<string> Sandbox.Package.ModelMetaData.Materials { get; set; }PUBLICGETSET

Distinct material paths used by the model.

Returns:ImmutableArray<string>

public int Sandbox.Package.ModelMetaData.MemorySize { get; set; }PUBLICGETSET

Compiler's total pool-size hint - a rough memory footprint for the model.

Returns:int

On this page