Interface IAdjustableComponent
Interface for MARS components that have an adjusting state
Namespace: Unity.MARS
Syntax
public interface IAdjustableComponent
Properties
Adjusting
Whether the component is in the adjusting state
Declaration
bool Adjusting { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Events
AdjustingChanged
Invoked when the adjusting state changes. Passes the new adjusting state.
Declaration
event Action<bool> AdjustingChanged
Event Type
Type | Description |
---|---|
Action<Boolean> |