Show / Hide Table of Contents

Interface IOnSceneGUI

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

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

hitValidTerrain

Declaration
bool hitValidTerrain { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

raycastHit

Declaration
RaycastHit raycastHit { get; }
Property Value
Type Description
RaycastHit
| Improve this Doc View Source

sceneView

Declaration
SceneView sceneView { get; }
Property Value
Type Description
SceneView

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