Interface IOnSceneGUI
  
  
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    public interface IOnSceneGUI
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  brushSize
  
  
  Declaration
  
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  brushStrength
  
  
  Declaration
  
    float brushStrength { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  brushTexture
  
  
  Declaration
  
    Texture brushTexture { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  hitValidTerrain
  
  
  Declaration
  
    bool hitValidTerrain { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  raycastHit
  
  
  Declaration
  
    RaycastHit raycastHit { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  sceneView
  
  
  Declaration
  
    SceneView sceneView { get; }
   
  Property Value
  
  Extension Methods