Preparing search index...

    Class DynamicResource

    A resource that is resolved at runtime.

    Lens Scripting Version 173

    Hierarchy (View Summary)

    Index

    Methods

    • Create a DynamicResource based on a Uint8Array. Can then be used to load that buffer as one of various Asset types using RemoteMediaModule.

      Parameters

      • buffer: Uint8Array

      Returns DynamicResource

      Lens Scripting Version 173

    • Returns the fully-qualified JavaScript type name for this class (for example, "Component.Camera"). This is a static accessor (no instance required) and returns the same value as the instance getTypeName().

      Returns string

      Lens Scripting Version 173

    • Returns true if the object matches or derives from the passed in type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object is the same as other. Useful for checking if two references point to the same thing.

      Parameters

      Returns boolean