Class VFXGizmo<T> | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class VFXGizmo<T>

    Inheritance
    System.Object
    VFXGizmo
    VFXGizmo<T>
    VFXSpaceableGizmo<T>
    Inherited Members
    VFXGizmo.RegisterEditableMembers(VFXGizmo.IContext)
    VFXGizmo.handleSize
    VFXGizmo.arcHandleSizeMultiplier
    VFXGizmo.currentSpace
    VFXGizmo.spaceLocalByDefault
    VFXGizmo.component
    VFXGizmo.PositionGizmo(Vector3, Boolean)
    VFXGizmo.ScaleGizmo(Vector3, Vector3, Quaternion, Boolean)
    VFXGizmo.ScaleGizmo(Vector3, Vector3, Quaternion, VFXGizmo.IProperty<Vector3>, Boolean)
    VFXGizmo.PositionGizmo(Vector3, VFXGizmo.IProperty<Vector3>, Boolean)
    VFXGizmo.RotationGizmo(Vector3, Vector3, VFXGizmo.IProperty<Vector3>, Boolean)
    VFXGizmo.RotationGizmo(Vector3, Vector3, Boolean)
    VFXGizmo.RotationGizmo(Vector3, Quaternion, Boolean)
    VFXGizmo.ArcGizmo(Vector3, Single, Single, VFXGizmo.IProperty<Single>, Quaternion, Boolean)
    VFXGizmo.NormalGizmo(Vector3, Vector3, Boolean)
    VFXGizmo.DefaultAngleHandleDrawFunction(Int32, Vector3, Quaternion, Single, EventType)
    VFXGizmo.needsComponent
    Namespace: UnityEditor.VFX
    Syntax
    public abstract class VFXGizmo<T> : VFXGizmo
    Type Parameters
    Name Description
    T

    Methods

    CallDrawGizmo(Object)

    Declaration
    public override void CallDrawGizmo(object value)
    Parameters
    Type Name Description
    System.Object value
    Overrides
    VFXGizmo.CallDrawGizmo(Object)

    CallGetGizmoBounds(Object)

    Declaration
    public override Bounds CallGetGizmoBounds(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    Bounds
    Overrides
    VFXGizmo.CallGetGizmoBounds(Object)

    OnDrawGizmo(T)

    Declaration
    public abstract void OnDrawGizmo(T value)
    Parameters
    Type Name Description
    T value

    OnGetGizmoBounds(T)

    Declaration
    public abstract Bounds OnGetGizmoBounds(T value)
    Parameters
    Type Name Description
    T value
    Returns
    Type Description
    Bounds
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023