Class Model
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
Meshes
public List<Mesh> Meshes { get; set; }
Property Value
Name
public string Name { get; set; }