Class VFXGizmoUtility
Inheritance
System.Object
VFXGizmoUtility
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |