C# Class UnityEditorInternal.AnimationWindowHierarchyPropertyNode

Inheritance: UnityEditorInternal.AnimationWindowHierarchyNode
Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
isPptrNode bool

Public Methods

Method Description
AnimationWindowHierarchyPropertyNode ( Type animatableObjectType, int setId, string propertyName, string path, TreeViewItem parent, EditorCurveBinding binding, bool isPptrNode ) : System

Method Details

AnimationWindowHierarchyPropertyNode() public method

public AnimationWindowHierarchyPropertyNode ( Type animatableObjectType, int setId, string propertyName, string path, TreeViewItem parent, EditorCurveBinding binding, bool isPptrNode ) : System
animatableObjectType Type
setId int
propertyName string
path string
parent TreeViewItem
binding UnityEditor.EditorCurveBinding
isPptrNode bool
return System

Property Details

isPptrNode public_oe property

public bool isPptrNode
return bool