Property | Type | Description | |
---|---|---|---|
meshFilter | |||
meshRenderer | |||
textureRender | Renderer |
Method | Description | |
---|---|---|
DrawMesh ( MeshData, meshData ) : void | ||
DrawMesh ( MeshData, meshData, |
||
DrawNoiseMap ( float noiseMap ) : void | ||
DrawTexture ( |
public DrawMesh ( MeshData, meshData ) : void | ||
meshData | MeshData, | |
return | void |
public DrawMesh ( MeshData, meshData, |
||
meshData | MeshData, | |
texture | ||
return | void |
public DrawNoiseMap ( float noiseMap ) : void | ||
noiseMap | float | |
return | void |
public DrawTexture ( |
||
texture | ||
return | void |
public MeshFilter,UnityEngine meshFilter | ||
return |
public MeshRenderer,UnityEngine meshRenderer | ||
return |