Class VFXGizmoUtility
Inheritance
System.Object
VFXGizmoUtility
Namespace: UnityEditor.VFX.UI
Syntax
public static class VFXGizmoUtility
Methods
CreateGizmoInstance(VFXGizmoUtility.Context)
Declaration
public static VFXGizmo CreateGizmoInstance(VFXGizmoUtility.Context context)
Parameters
Type | Name | Description |
---|---|---|
VFXGizmoUtility.Context | context |
Returns
Type | Description |
---|---|
VFXGizmo |
HasGizmo(Type)
Declaration
public static bool HasGizmo(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Returns
Type | Description |
---|---|
System.Boolean |