IArticyNamespaceRegisterVariables Method

Called internally to register all variables inside the namespace

Definition

Namespace: Articy.Unity.Interfaces
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
C#
void RegisterVariables(
	BaseGlobalVariables aStorage
)

Parameters

aStorage  BaseGlobalVariables
The global variables storage.

See Also