C# 클래스 Category5.MegaTileLOD

파일 보기 프로젝트 열기: AnyKey/tojam4

공개 프로퍼티들

프로퍼티 타입 설명
current float
high int
lookupTable List
low int

공개 메소드들

메소드 설명
GenerateLUT ( int limit ) : void
MegaTileLOD ( int low, float current, int high ) : System
getRangePow2 ( float current ) : MegaTileLOD

메소드 상세

GenerateLUT() 공개 정적인 메소드

public static GenerateLUT ( int limit ) : void
limit int
리턴 void

MegaTileLOD() 공개 메소드

public MegaTileLOD ( int low, float current, int high ) : System
low int
current float
high int
리턴 System

getRangePow2() 공개 정적인 메소드

public static getRangePow2 ( float current ) : MegaTileLOD
current float
리턴 MegaTileLOD

프로퍼티 상세

current 공개적으로 프로퍼티

public float current
리턴 float

high 공개적으로 프로퍼티

public int high
리턴 int

lookupTable 공개적으로 정적으로 프로퍼티

public static List lookupTable
리턴 List

low 공개적으로 프로퍼티

public int low
리턴 int