C# Class ObjectList, ecicomposer

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public Rect bgRect
return Rect

boundingBox public_oe property

public Rect boundingBox
return Rect

customSkin public_oe property

public GUISkin,UnityEngine customSkin
return UnityEngine.GUISkin

leftAddRect public_oe property

public Rect leftAddRect
return Rect

objectSelected public_oe property

public string objectSelected
return string

rightAddRect public_oe property

public Rect rightAddRect
return Rect