Show / Hide Table of Contents

Interface IOnPaint

Namespace: UnityEditor.Experimental.TerrainAPI
Assembly: UnityEditor.dll
Syntax
public interface IOnPaint

Properties

| Improve this Doc View Source

brushSize

Declaration
float brushSize { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

brushStrength

Declaration
float brushStrength { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

brushTexture

Declaration
Texture brushTexture { get; }
Property Value
Type Description
Texture
| Improve this Doc View Source

uv

Declaration
Vector2 uv { get; }
Property Value
Type Description
Vector2

Methods

| Improve this Doc View Source

RepaintAllInspectors()

Declaration
void RepaintAllInspectors()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX