Search Results for

    Show / Hide Table of Contents

    Class NoGizmoMode

    The editor gizmo editor mode that does nothing. Can be used to hide other gizmos when using a specific editor tool.

    Inheritance
    System.Object
    FlaxEditor.Viewport.Modes.EditorGizmoMode
    NoGizmoMode
    Namespace: FlaxEditor.Viewport.Modes
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class NoGizmoMode : EditorGizmoMode

    Constructors

    NoGizmoMode()

    Declaration
    public NoGizmoMode()

    Methods

    OnActivated()

    Declaration
    public override void OnActivated()
    Overrides
    FlaxEditor.Viewport.Modes.EditorGizmoMode.OnActivated()

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)

    See Also

    FlaxEditor.Viewport.Modes.EditorGizmoMode
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat