C# 클래스 OpenMetaverse.TerrainPatch

파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Data float[]
X int
Y int

프로퍼티 상세

Data 공개적으로 프로퍼티

A 16x16 array of floats holding decompressed layer data
public float[] Data
리턴 float[]

X 공개적으로 프로퍼티

X position of this patch
public int X
리턴 int

Y 공개적으로 프로퍼티

Y position of this patch
public int Y
리턴 int