Class HammerEntities.HammerEntity
Namespace: ValveResourceFormat.Renderer.Utils
Assembly: Renderer.dll
Editor representation of a Hammer entity (icons, colors, connection lines).
csharp
public class HammerEntities.HammerEntityInheritance
object ← HammerEntities.HammerEntity
Fields
Color
Editor color for this entity.
csharp
public Color32 ColorField Value
Icons
Editor icon paths (models or materials) for this entity.
csharp
public string[] IconsField Value
string[]
Lines
Visual connection lines to other entities.
csharp
public HammerEntities.HammerEntity.Line[] Lines
