Class EditorGUI.PropertyScope
Inheritance
EditorGUI.PropertyScope
Assembly: UnityEditor.dll
Syntax
public class PropertyScope : GUI.Scope, IDisposable
Constructors
|
Improve this Doc
View Source
PropertyScope(Rect, GUIContent, SerializedProperty)
Declaration
public PropertyScope(Rect totalPosition, GUIContent label, SerializedProperty property)
Parameters
Properties
|
Improve this Doc
View Source
content
Declaration
public GUIContent content { get; protected set; }
Property Value
Methods
|
Improve this Doc
View Source
CloseScope()
Declaration
protected override void CloseScope()
Overrides
Implements
Extension Methods