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

    Class SceneDeltaAbstract

    Interface implemented by classes that provide run time type information.

    Any class implementing this interface must implement the GetRTTI() method, as well as a static GetRTTIStatic() method, returning the same value as GetRTTI(). Object returned by those methods is used for retrieving actual RTTI data about the class.

    Hierarchy (View Summary)

    Index
    • Parameters

      • OptionalisInternalConstructor: boolean

      Returns SceneDelta

    • 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