C# 클래스 TerrainGeneration.WaterErosionParticle

파일 보기 프로젝트 열기: geofftnz/TestBench1

공개 프로퍼티들

프로퍼티 타입 설명
CarryingAmount float
CarryingCapacity float
CarryingDecay float
Pos System.Vector2
Speed float
Vel Vector3

공개 메소드들

메소드 설명
Reset ( int x, int y ) : void
Reset ( int x, int y, Random r ) : void
WaterErosionParticle ( ) : System
WaterErosionParticle ( int x, int y ) : System

메소드 상세

Reset() 공개 메소드

public Reset ( int x, int y ) : void
x int
y int
리턴 void

Reset() 공개 메소드

public Reset ( int x, int y, Random r ) : void
x int
y int
r System.Random
리턴 void

WaterErosionParticle() 공개 메소드

public WaterErosionParticle ( ) : System
리턴 System

WaterErosionParticle() 공개 메소드

public WaterErosionParticle ( int x, int y ) : System
x int
y int
리턴 System

프로퍼티 상세

CarryingAmount 공개적으로 프로퍼티

public float CarryingAmount
리턴 float

CarryingCapacity 공개적으로 프로퍼티

public float CarryingCapacity
리턴 float

CarryingDecay 공개적으로 프로퍼티

public float CarryingDecay
리턴 float

Pos 공개적으로 프로퍼티

public Vector2,System Pos
리턴 System.Vector2

Speed 공개적으로 프로퍼티

public float Speed
리턴 float

Vel 공개적으로 프로퍼티

public Vector3 Vel
리턴 Vector3