UserWise Unity SDK
3.0.0
|
The variables module is currently disabled within the UserWise system(s). More...
Public Member Functions | |
List< IVariable > | GetAllVariables () |
List< IVariable > | Define (List< IVariable > variables) |
Officially define a list of variable definitions. Shorthand for calling Define(Variable<object> variable). More... | |
IVariable | Define (IVariable variable) |
Define a variable. If it does not exist within the UserWise system the variable will be created. More... | |
string | GetModuleName () |
Returns the module name. More... | |
Properties | |
Dictionary< string, IVariable > | Variables = new Dictionary<string, IVariable>() [get] |
Acts as the store of variables defined. More... | |
Events | |
EventHandler< OnLoadedEventArgs > | OnLoaded |
EventHandler< OnVariablesLoadedEventArgs > | OnVariablesLoaded |
Called whenever new variables are loaded, from cache or the UserWise API. More... | |
Events inherited from UserWiseSDK.Common.Modules.IModule | |
EventHandler< OnLoadedEventArgs > | OnLoaded |
The variables module is currently disabled within the UserWise system(s).
TODO: Revamp module implementation prior to releasing the feature again.
Define a variable. If it does not exist within the UserWise system the variable will be created.
variable | Variable definition instance |
Officially define a list of variable definitions. Shorthand for calling Define(Variable<object> variable).
variables | Variable definitions to define within the SDK and UserWise system. |
string UserWiseSDK.Variables.VariablesModule.GetModuleName | ( | ) |
Returns the module name.
Implements UserWiseSDK.Common.Modules.IModule.
|
get |
Acts as the store of variables defined.
EventHandler<OnVariablesLoadedEventArgs> UserWiseSDK.Variables.VariablesModule.OnVariablesLoaded |
Called whenever new variables are loaded, from cache or the UserWise API.