SceneInfoDrawer.DrawProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void DrawProperty (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label, bool isActive = false, bool isSelected = false);
static member DrawProperty : UnityEngine.Rect * UnityEditor.SerializedProperty * UnityEngine.GUIContent * bool * bool -> unit
Public Shared Sub DrawProperty (position As Rect, property As SerializedProperty, label As GUIContent, Optional isActive As Boolean = false, Optional isSelected As Boolean = false)
Parameters
- position
- UnityEngine.Rect
- property
- UnityEditor.SerializedProperty
- label
- UnityEngine.GUIContent
- isActive
- Boolean
- isSelected
- Boolean