C# Class ObjectList, ecicomposer

Inheritance: MonoBehaviour
Show file Open project: nkrishnaswamy/ecicomposer Class Usage Examples

Public Properties

Property Type Description
bgRect Rect
boundingBox Rect
customSkin UnityEngine.GUISkin
leftAddRect Rect
objectSelected string
rightAddRect Rect

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bgRect public property

public Rect bgRect
return Rect

boundingBox public property

public Rect boundingBox
return Rect

customSkin public property

public GUISkin,UnityEngine customSkin
return UnityEngine.GUISkin

leftAddRect public property

public Rect leftAddRect
return Rect

objectSelected public property

public string objectSelected
return string

rightAddRect public property

public Rect rightAddRect
return Rect