C# 클래스 MilkShakeFramework.Core.Game.Components.Water.WaterColumn

파일 보기 프로젝트 열기: lucas-jones/MilkShake-old 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height float
Speed float
TargetHeight float

공개 메소드들

메소드 설명
Update ( float dampening, float tension ) : void

메소드 상세

Update() 공개 메소드

public Update ( float dampening, float tension ) : void
dampening float
tension float
리턴 void

프로퍼티 상세

Height 공개적으로 프로퍼티

public float Height
리턴 float

Speed 공개적으로 프로퍼티

public float Speed
리턴 float

TargetHeight 공개적으로 프로퍼티

public float TargetHeight
리턴 float