C# 클래스 TerrainDemo.CDLOD.SelectedNode

파일 보기 프로젝트 열기: willcraftia/TestXna 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Level int
MaxHeight float
MinHeight float
Size int
X int
Y int

공개 메소드들

메소드 설명
GetBoundingBox ( Vector3 &terrainOffset, float patchScale, float heightScale, Microsoft.Xna.Framework.BoundingBox &boundingBox ) : void

메소드 상세

GetBoundingBox() 공개 메소드

public GetBoundingBox ( Vector3 &terrainOffset, float patchScale, float heightScale, Microsoft.Xna.Framework.BoundingBox &boundingBox ) : void
terrainOffset Vector3
patchScale float
heightScale float
boundingBox Microsoft.Xna.Framework.BoundingBox
리턴 void

프로퍼티 상세

Level 공개적으로 프로퍼티

public int Level
리턴 int

MaxHeight 공개적으로 프로퍼티

public float MaxHeight
리턴 float

MinHeight 공개적으로 프로퍼티

public float MinHeight
리턴 float

Size 공개적으로 프로퍼티

public int Size
리턴 int

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int