Class LightAnchorEditorTool
LightAnchorEditorTool
Inherited Members
Namespace: UnityEditor
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
[EditorTool("Light Anchor", typeof(LightAnchor))]
public class LightAnchorEditorTool : EditorTool
Properties
Name | Description |
---|---|
toolbar |
Icon for LightAnchor Tool |
Methods
Name | Description |
---|---|
Is |
Checks whether the custom editor tool is available based on the state of the editor. |
On |
Use this method to implement a custom editor tool. |