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

Afficher le fichier Open project: lucas-jones/MilkShake-old Class Usage Examples

Méthodes publiques

Свойство Type Description
Height float
Speed float
TargetHeight float

Méthodes publiques

Méthode Description
Update ( float dampening, float tension ) : void

Method Details

Update() public méthode

public Update ( float dampening, float tension ) : void
dampening float
tension float
Résultat void

Property Details

Height public_oe property

public float Height
Résultat float

Speed public_oe property

public float Speed
Résultat float

TargetHeight public_oe property

public float TargetHeight
Résultat float