C# Class WaterStagnant, clockwork

Inheritance: MonoBehaviour
Show file Open project: shadowseer99/clockwork

Public Properties

Property Type Description
speed float
wiggleMult float
wiggleSpeed float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

speed public property

public float speed
return float

wiggleMult public property

public float wiggleMult
return float

wiggleSpeed public property

public float wiggleSpeed
return float