RSX Code Reference
    Preparing search index...
    • rsx
    • SceneObjectDelta

    Class SceneObjectDelta

    A delta object that contains the differences between two scenes.

    Hierarchy (View Summary)

    Index
    • get isEmpty(): boolean

      Determines whether the delta is empty (i.e. will perform no change on the scene).

      Returns boolean

    • Checks whether the delta is affecting an object with the given UUID.

      Parameters

      Returns boolean

    • Creates a JSON that contains a dump of all serialized data on the scene delta. Useful for debugging the contents of a delta.

      Returns JsonObject

    • Creates a string that contains a dump of all serialized data on the scene delta. Useful for debugging the contents of a delta.

      Returns string