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
|