irangeinteractorinternal - eisclimber/ExPresS-XR GitHub Wiki
Interface in ExPresSXR.Interaction.ValueRangeInteractable
We need this interface to call in the generic BaseComponent-Editor without knowing the exact generic type.
public interface IRangeInteractorInternal| Name | Description |
|---|---|
| InternalUpdateValue() | Update value to allow editing from the editor. |
| ResetValue() | Prints the current value to the console. |
| SetValueToMaxValue() | Sets the value to the maximum value of the range. |
| SetValueToMinValue() | Sets the value to the minimum value of the range. |