Version: 2020.3
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

IOnSceneGUI

interface in UnityEditor.Experimental.TerrainAPI

マニュアルに切り替える

説明

Interface that provides parameters and utility functions for the OnSceneGUI event of the terrain paint tools.

変数

brushSizeRead only. Current brush size in terrain units (equivalent size to world units).
brushStrengthRead only. Current brush strength.
brushTextureRead only. Current selected brush texture.
hitValidTerrainRead only. True if the mouse is over a valid Terrain object; otherwise false.
raycastHitRead only. The raycast result for the current mouse position. This is valid when hitValidTerrain is true.
sceneViewRead only. SceneView object.

Public 関数

RepaintInstructs the Editor to repaint the tool UI, the Scene view, or both.