Class Component
Base component class.
Inheritance
System.Object
Component
Namespace: Chroma
Assembly: Chroma.Mono.dll
Syntax
public class Component
Properties
Enabled
Value representing whether the component is enabled.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Entity
Reference to the entity containing this component.
Declaration
public Entity Entity { get; }
Property Value
Type | Description |
---|---|
Entity |