C# Class Hugula.ReferGameObjects

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: tenvick/hugula Class Usage Examples

Public Properties

Property Type Description
userBool bool
userInt int
userObject object

Public Methods

Method Description
Get ( int index ) : Object
Get ( string n ) : Object

Method Details

Get() public method

public Get ( int index ) : Object
index int
return Object

Get() public method

public Get ( string n ) : Object
n string
return Object

Property Details

userBool public_oe property

public bool userBool
return bool

userInt public_oe property

public int userInt
return int

userObject public_oe property

public object userObject
return object