Search Results for

    Show / Hide Table of Contents

    Class SurfaceNodeActions

    Types of surface actions.

    Inheritance
    System.Object
    SurfaceNodeActions
    Namespace: FlaxEditor.Surface
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class SurfaceNodeActions : Enum

    Fields

    Load

    Node has been created by surface load.

    Declaration
    public const SurfaceNodeActions Load
    Field Value
    SurfaceNodeActions

    Paste

    Node has been pasted.

    Declaration
    public const SurfaceNodeActions Paste
    Field Value
    SurfaceNodeActions

    Undo

    Node has been created/deleted via undo.

    Declaration
    public const SurfaceNodeActions Undo
    Field Value
    SurfaceNodeActions

    User

    Node has been created/deleted by user action.

    Declaration
    public const SurfaceNodeActions User
    Field Value
    SurfaceNodeActions

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat