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

Mostrar archivo 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_oe property

public float Height
return float

Speed public_oe property

public float Speed
return float

TargetHeight public_oe property

public float TargetHeight
return float