Class DyeableStructure
public class DyeableStructure : Unit
- Inheritance
-
DyeableStructure
- Inherited Members
Constructors
DyeableStructure(PrefabGUID, int)
public DyeableStructure(PrefabGUID prefabGuid, int color)
Parameters
prefabGuid
PrefabGUIDcolor
int
Fields
color
protected int color
Field Value
Properties
Color
public int Color { get; set; }
Property Value
Methods
Modify(Entity)
public override void Modify(Entity e)
Parameters
e
Entity
Modify(Entity, Entity)
public override void Modify(Entity e, Entity buffEntity)
Parameters
e
EntitybuffEntity
Entity