TouchJoystickRadialIndicatorscaleRatio Property |
The scale ratio of the indicators to the current RectTransform's height.
A ratio of 0.1 means the indicator will be 0.1 times the size of the RectTransform's height.
This is useful if you need to be able to scale the transform and have the indicators also scale with it.
Namespace:
Rewired.ComponentControls.Effects
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic float scaleRatio { get; set; }
Property Value
Type:
Single
See Also