Inheritance
WeightedTransformHelper
public static class WeightedTransformHelper
Methods
Declaration
public static ReorderableList CreateReorderableList(SerializedProperty property, ref WeightedTransformArray array, RangeAttribute range = null, bool draggable = true, bool displayHeader = false)
Parameters
Returns
Type |
Description |
UnityEditorInternal.ReorderableList |
|
WeightedTransformOnGUI(Rect, SerializedProperty, GUIContent, RangeAttribute)
Declaration
public static void WeightedTransformOnGUI(Rect rect, SerializedProperty property, GUIContent label, RangeAttribute range = null)
Parameters