Search Results for

    Show / Hide Table of Contents

    Interface ISceneEditAction

    Interface for undo action that can modify scene data (actors, scripts, etc.)

    Namespace: FlaxEditor
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public interface ISceneEditAction

    Methods

    MarkSceneEdited(SceneModule)

    Marks the scenes edited.

    Declaration
    void MarkSceneEdited(SceneModule sceneModule)
    Parameters
    SceneModule sceneModule

    The scene module.

    Extension Methods

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