public class BrushSizeUI : MonoBehaviour, IAlternateMenu, IMenu, IUsesRayOrigin
Properties
Declaration
public Bounds localBounds { get; }
Property Value
Implements
Declaration
public GameObject menuContent { get; }
Property Value
Type |
Description |
GameObject |
|
Implements
Declaration
public MenuHideFlags menuHideFlags { get; set; }
Property Value
Implements
Declaration
public Action<float> onValueChanged { set; }
Property Value
Declaration
public int priority { get; }
Property Value
Implements
Declaration
public Transform rayOrigin { get; set; }
Property Value
Type |
Description |
Transform |
|
Implements
Methods
Declaration
public void ChangeSliderValue(float newValue)
Parameters
Type |
Name |
Description |
Single |
newValue |
|
Declaration
public void OnBrushColorChanged(Color newColor)
Parameters
Type |
Name |
Description |
Color |
newColor |
|
Declaration
public void OnSliderValueChanged(float value)
Parameters
Type |
Name |
Description |
Single |
value |
|