Class Entity
- Namespace
- Elegy.Common.Assets.ElegyMapData
- Assembly
- Elegy.Common.dll
public class Entity
- Inheritance
-
Entity
- Inherited Members
Properties
Attributes
public Dictionary<string, string> Attributes { get; set; }
Property Value
CollisionMeshId
public int CollisionMeshId { get; set; }
Property Value
OccluderMeshId
Brush entities can have occluder meshes associated with them. E.g. doors may block visibility.
public int OccluderMeshId { get; set; }
Property Value
RenderMeshId
public int RenderMeshId { get; set; }