Interface IEnabledIndicator
Namespace: Eco.Gameplay.Wires
Assembly: Eco.Gameplay.dll
Syntax
public interface IEnabledIndicator
Properties
IndicatorAttachment
Declaration
Attachment IndicatorAttachment { get; set; }
Property Value
Type | Description |
---|---|
Attachment |
On
Declaration
bool On { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OnChanged
Declaration
ThreadSafeAction<bool> OnChanged { get; }
Property Value
Type | Description |
---|---|
ThreadSafeAction<System.Boolean> |
Parent
Declaration
WorldObject Parent { get; }
Property Value
Type | Description |
---|---|
WorldObject |