C# Class exPlaneEditor, ex2d-v1

Inheritance: Editor
Show 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 static property

protected static string[] anchorTexts
return string[]

inAnimMode protected property

protected bool inAnimMode
return bool

isPrefab protected property

protected bool isPrefab
return bool

labelStyle protected property

protected GUIStyle labelStyle
return GUIStyle

trans2d protected property

protected Transform2D, trans2d
return Transform2D,