Class DefaultNoiseController
Inheritance
System.Object
DefaultNoiseController
Namespace: UnityEditor.Experimental.TerrainAPI
Syntax
public class DefaultNoiseController : IBrushNoiseController
Methods
Blit(BrushTransform, ref RenderTexture)
Declaration
public void Blit(BrushTransform brushXform, ref RenderTexture target)
Parameters
Type | Name | Description |
---|---|---|
BrushTransform | brushXform | |
RenderTexture | target |
Implements
OnInspectorGUI(Terrain, IOnInspectorGUI)
Declaration
public void OnInspectorGUI(Terrain terrain, IOnInspectorGUI editContext)
Parameters
Type | Name | Description |
---|---|---|
Terrain | terrain | |
IOnInspectorGUI | editContext |