For the complete documentation index, see llms.txt. This page is also available as Markdown.

OvrVariable

Subclass of UnityEngine.Monobehaviour

Description

OvrVariable is the base class, from which all the other Variables derive their base attributes.

Attributes

Name
Type
Description

VariableType

Type of the OvrVariable [read only]

Id

string

ID of the OvrVariable

Variable

object

Actual data stored.

OvrVariable Types