C# 클래스 TerrainPainter.tp_Containers.SplatmapContainer

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

공개 프로퍼티들

프로퍼티 타입 설명
splat float[][][]

공개 메소드들

메소드 설명
GetSplatmap ( ) : float[,,]
SetSplatmap ( float ts ) : void

메소드 상세

GetSplatmap() 공개 메소드

public GetSplatmap ( ) : float[,,]
리턴 float[,,]

SetSplatmap() 공개 메소드

public SetSplatmap ( float ts ) : void
ts float
리턴 void

프로퍼티 상세

splat 공개적으로 프로퍼티

public float[][][] splat
리턴 float[][][]