Interface IBrushNoiseController
Namespace: UnityEditor.Experimental.TerrainAPI
Syntax
public interface IBrushNoiseController
Methods
Blit(BrushTransform, ref RenderTexture)
Declaration
void Blit(BrushTransform brushXform, ref RenderTexture target)
Parameters
Type | Name | Description |
---|---|---|
BrushTransform | brushXform | |
RenderTexture | target |
OnInspectorGUI(Terrain, IOnInspectorGUI)
Declaration
void OnInspectorGUI(Terrain terrain, IOnInspectorGUI editContext)
Parameters
Type | Name | Description |
---|---|---|
Terrain | terrain | |
IOnInspectorGUI | editContext |