C# Class exPlaneEditor, ex2d-v1

Inheritance: Editor
Mostra file Open project: exdev/ex2d-v1

Protected Properties

Property Type Description
anchorTexts string[]
inAnimMode bool
isPrefab bool
labelStyle GUIStyle
trans2d Transform2D,

Public Methods

Method Description
OnInspectorGUI ( ) : void

Protected Methods

Method Description
AddAnimationHelper ( ) : void
OnEnable ( ) : void

Method Details

AddAnimationHelper() protected method

protected AddAnimationHelper ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

Property Details

anchorTexts protected_oe static_oe property

protected static string[] anchorTexts
return string[]

inAnimMode protected_oe property

protected bool inAnimMode
return bool

isPrefab protected_oe property

protected bool isPrefab
return bool

labelStyle protected_oe property

protected GUIStyle labelStyle
return GUIStyle

trans2d protected_oe property

protected Transform2D, trans2d
return Transform2D,