Summary
[Editor-Only] A custom Inspector for
UnityEngine.Transform components.- Assembly
- Kybernetik
.InspectorGadgets .Editor .dll - Namespace
- InspectorGadgets
.Editor - Base Types
-
- Editor
graph BT
Type-->Base0["Editor"]
Type["TransformEditor"]
class Type type-node
Syntax
[CustomEditor(typeof(Transform))]
[CanEditMultipleObjects]
public class TransformEditor : Editor
Attributes
| Type | Description |
|---|---|
| CustomEditor | |
| Can |
Methods
| Name | Value | Summary |
|---|---|---|
| OnInspectorGUI |
void | |
| OnSceneGUI |
void |
Draws custom Scene View controls.
|