C# Class SocialGame.Menu

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
Border float
Icons UnityEngine.GameObject[]
NumOfIconOnHeight float
main UnityEngine.Camera

Public Methods

Method Description
Awake ( ) : void

Awake this instance.

Update ( ) : void

Update this instance.

Method Details

Awake() public method

Awake this instance.
public Awake ( ) : void
return void

Update() public method

Update this instance.
public Update ( ) : void
return void

Property Details

Border public_oe property

public float Border
return float

Icons public_oe property

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

NumOfIconOnHeight public_oe property

public float NumOfIconOnHeight
return float

main public_oe property

public Camera,UnityEngine main
return UnityEngine.Camera