C# Class ObjectList, ecicomposer

Inheritance: MonoBehaviour
Afficher le fichier Open project: nkrishnaswamy/ecicomposer Class Usage Examples

Méthodes publiques

Свойство Type Description
bgRect Rect
boundingBox Rect
customSkin UnityEngine.GUISkin
leftAddRect Rect
objectSelected string
rightAddRect Rect

Méthodes publiques

Méthode Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

bgRect public_oe property

public Rect bgRect
Résultat Rect

boundingBox public_oe property

public Rect boundingBox
Résultat Rect

customSkin public_oe property

public GUISkin,UnityEngine customSkin
Résultat UnityEngine.GUISkin

leftAddRect public_oe property

public Rect leftAddRect
Résultat Rect

objectSelected public_oe property

public string objectSelected
Résultat string

rightAddRect public_oe property

public Rect rightAddRect
Résultat Rect