跳到主要内容

Class InspectorGUIFactory

Methods

ResetLabelWidth()

public void ResetLabelWidth()

SetLabelWidth(float width, [LengthUnit lengthUnit = null])

public void SetLabelWidth(float width, [LengthUnit lengthUnit = null])

CreateEnumField<T>(LabelContent label, SerializedProperty serializedProperty)

public EnumField<T> CreateEnumField<T>(LabelContent label, SerializedProperty serializedProperty)

CreateSlider(LabelContent label, SerializedProperty serializedProperty)

public Slider CreateSlider(LabelContent label, SerializedProperty serializedProperty)

CreateSlider(LabelContent label, float min, float max, SerializedProperty serializedProperty)

public Slider CreateSlider(LabelContent label, float min, float max, SerializedProperty serializedProperty)

CreateFloatField(LabelContent label, SerializedProperty serializedProperty)

public FloatField CreateFloatField(LabelContent label, SerializedProperty serializedProperty)

CreateVector2Field(LabelContent label, SerializedProperty serializedProperty)

public Vector2Field CreateVector2Field(LabelContent label, SerializedProperty serializedProperty)

CreateDirectionField(LabelContent label, SerializedProperty serializedProperty)

public DirectionField CreateDirectionField(LabelContent label, SerializedProperty serializedProperty)

CreatePointField(LabelContent label, SerializedProperty serializedProperty)

public PointField CreatePointField(LabelContent label, SerializedProperty serializedProperty)

CreatePointField(LabelContent label, SerializedProperty serializedProperty, float aspect)

public PointField CreatePointField(LabelContent label, SerializedProperty serializedProperty, float aspect)

CreateObjectField<T>(SerializedProperty serializedProperty)

public ObjectField<T> CreateObjectField<T>(SerializedProperty serializedProperty)

CreateObjectField<T>(LabelContent label, SerializedProperty serializedProperty)

public ObjectField<T> CreateObjectField<T>(LabelContent label, SerializedProperty serializedProperty)

CreateToggle(LabelContent label, SerializedProperty serializedProperty)

public Toggle CreateToggle(LabelContent label, SerializedProperty serializedProperty)