C# Class SocialGame.Basket

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

Public Properties

Property Type Description
max int
speed float
step float

Public Methods

Method Description
Update ( ) : void
addBallon ( ) : void

Adds the ballon.

Method Details

Update() public method

public Update ( ) : void
return void

addBallon() public method

Adds the ballon.
public addBallon ( ) : void
return void

Property Details

max public_oe property

public int max
return int

speed public_oe property

public float speed
return float

step public_oe property

public float step
return float