Class Model

Namespace
Elegy.Common.Assets
Assembly
Elegy.Common.dll

Raw data for Elegy models. Models can represent NPCs, weapons, terrain, 3D UIs, props and other things. Elegy's model format is generally concerned with monolithic models for individual entities, as opposed to models that host entire scenes and submodels.

public class Model
Inheritance
Model
Inherited Members

Properties

FullPath

public string FullPath { get; set; }

Property Value

string

Meshes

public List<Mesh> Meshes { get; set; }

Property Value

List<Mesh>

Name

public string Name { get; set; }

Property Value

string