C# 클래스 UnityEditorInternal.AddCurvesPopupPropertyNode

상속: TreeViewItem
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
curveBindings UnityEditor.EditorCurveBinding[]
selectionItem AnimationWindowSelectionItem

공개 메소드들

메소드 설명
AddCurvesPopupPropertyNode ( TreeViewItem parent, AnimationWindowSelectionItem selectionItem, EditorCurveBinding curveBindings ) : System
CompareTo ( TreeViewItem other ) : int

메소드 상세

AddCurvesPopupPropertyNode() 공개 메소드

public AddCurvesPopupPropertyNode ( TreeViewItem parent, AnimationWindowSelectionItem selectionItem, EditorCurveBinding curveBindings ) : System
parent TreeViewItem
selectionItem AnimationWindowSelectionItem
curveBindings UnityEditor.EditorCurveBinding
리턴 System

CompareTo() 공개 메소드

public CompareTo ( TreeViewItem other ) : int
other TreeViewItem
리턴 int

프로퍼티 상세

curveBindings 공개적으로 프로퍼티

public EditorCurveBinding[],UnityEditor curveBindings
리턴 UnityEditor.EditorCurveBinding[]

selectionItem 공개적으로 프로퍼티

public AnimationWindowSelectionItem selectionItem
리턴 AnimationWindowSelectionItem