Show / Hide Table of Contents

Class TerrainPaintUtilityEditor

Inheritance
Object
TerrainPaintUtilityEditor
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Experimental.TerrainAPI
Assembly: UnityEditor.dll
Syntax
public static class TerrainPaintUtilityEditor

Methods

| Improve this Doc View Source

DrawBrushPreview(PaintContext, TerrainPaintUtilityEditor.BrushPreview, Texture, BrushTransform, Material, Int32)

Declaration
public static void DrawBrushPreview(PaintContext heightmapPC, TerrainPaintUtilityEditor.BrushPreview previewTexture, Texture brushTexture, BrushTransform brushXform, Material proceduralMaterial, int materialPassIndex)
Parameters
Type Name Description
PaintContext heightmapPC
TerrainPaintUtilityEditor.BrushPreview previewTexture
Texture brushTexture
BrushTransform brushXform
Material proceduralMaterial
Int32 materialPassIndex
| Improve this Doc View Source

GetDefaultBrushPreviewMaterial()

Declaration
public static Material GetDefaultBrushPreviewMaterial()
Returns
Type Description
Material
| Improve this Doc View Source

ShowDefaultPreviewBrush(Terrain, Texture, Single)

Declaration
public static void ShowDefaultPreviewBrush(Terrain terrain, Texture brushTexture, float brushSize)
Parameters
Type Name Description
Terrain terrain
Texture brushTexture
Single brushSize
  • Improve this Doc
  • View Source
Back to top Generated by DocFX