Engine API Reference
    Preparing search index...

    Class ScopeSpace

    The scope for variables.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Create a new ScopeSpace instance.

      Parameters

      • name: string

        The scope name.

      Returns ScopeSpace

    Properties

    name: string

    The scope name.

    Methods

    • Get (or create, if it doesn't already exist) a variable in the scope.

      Parameters

      • name: string

        The variable name.

      Returns ScopeId

      The variable instance.