C# Class UnityEditor.Timeline.PropertyScope

Show file Open project: nintendaii/unity-background-service Class Usage Examples

Public Properties

Property Type Description
content GUIContent

Public Methods

Method Description
Dispose ( ) : void
PropertyScope ( Rect totalPosition, GUIContent label, SerializedProperty property ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PropertyScope() public method

public PropertyScope ( Rect totalPosition, GUIContent label, SerializedProperty property ) : System
totalPosition Rect
label GUIContent
property SerializedProperty
return System

Property Details

content public property

public GUIContent content
return GUIContent