C# 클래스 TerrainProcess, UnityOpenSimClient

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

공개 메소드들

메소드 설명
Clear ( ) : void
TerrainProcess ( GridClient client, UnityEngine terrainMat ) : System
Update ( ) : void

비공개 메소드들

메소드 설명
Terrain_LandPatchReceived ( object sender, OpenMetaverse.LandPatchReceivedEventArgs e ) : void
UpdateTerrain ( ) : void
UpdateTerrainTexture ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

TerrainProcess() 공개 메소드

public TerrainProcess ( GridClient client, UnityEngine terrainMat ) : System
client OpenMetaverse.GridClient
terrainMat UnityEngine
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void