C# Class MilkShakeFramework.Core.Game.Components.Water.WaterColumn

Show file Open project: lucas-jones/MilkShake-old Class Usage Examples

Public Properties

Property Type Description
Height float
Speed float
TargetHeight float

Public Methods

Method Description
Update ( float dampening, float tension ) : void

Method Details

Update() public method

public Update ( float dampening, float tension ) : void
dampening float
tension float
return void

Property Details

Height public property

public float Height
return float

Speed public property

public float Speed
return float

TargetHeight public property

public float TargetHeight
return float