C# Class SocialGame.FlyButterfly

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

Public Properties

Property Type Description
maxSpeed float
step float

Public Methods

Method Description
Update ( ) : void

Update this instance to translate with object

Method Details

Update() public method

Update this instance to translate with object
public Update ( ) : void
return void

Property Details

maxSpeed public_oe property

public float maxSpeed
return float

step public_oe property

public float step
return float