Borodar.ReorderableList.SerializedPropertyAdaptor.SerializedPropertyAdaptor C# (CSharp) Метод

SerializedPropertyAdaptor() публичный Метод

Initializes a new instance of SerializedPropertyAdaptor.
public SerializedPropertyAdaptor ( UnityEditor.SerializedProperty arrayProperty ) : System
arrayProperty UnityEditor.SerializedProperty Serialized property for entire array.
Результат System
        public SerializedPropertyAdaptor(SerializedProperty arrayProperty)
            : this(arrayProperty, 0f)
        {
        }

Same methods

SerializedPropertyAdaptor::SerializedPropertyAdaptor ( UnityEditor.SerializedProperty arrayProperty, float fixedItemHeight ) : System