C# Class Hugula.UGUIExtend.ScrollRectItem

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

Public Properties

Property Type Description
data object
fdata float
rectTransform UnityEngine.RectTransform
refers UnityEngine.GameObject[]

Public Methods

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

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

Start() public method

public Start ( ) : void
return void

Property Details

data public property

public object data
return object

fdata public property

public float fdata
return float

rectTransform public property

public RectTransform,UnityEngine rectTransform
return UnityEngine.RectTransform

refers public property

public GameObject[],UnityEngine refers
return UnityEngine.GameObject[]