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

Dictionary<string, string>

CollisionMeshId

public int CollisionMeshId { get; set; }

Property Value

int

OccluderMeshId

Brush entities can have occluder meshes associated with them. E.g. doors may block visibility.

public int OccluderMeshId { get; set; }

Property Value

int

RenderMeshId

public int RenderMeshId { get; set; }

Property Value

int