Engine API Reference
    Preparing search index...

    Class ScopeId

    The scope for a variable.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Create a new ScopeId instance.

      Parameters

      • name: string

        The variable name.

      Returns ScopeId

    Properties

    name: string

    The variable name.

    Methods

    • Get variable value.

      Returns any

      The value.

    • Set variable value.

      Parameters

      • value: any

        The value.

      Returns void