SRanipal Unity SDK
1.3.2.0
SRanipal Unity SDK document
|
Public Member Functions | |
static Error | Initial (int anipalType, IntPtr config) |
Invokes an anipal module. More... | |
static Error | Release (int anipalType) |
Terminates an anipal module. More... | |
static Error | GetStatus (int anipalType, out AnipalStatus status) |
Gets the status of an anipal module. More... | |
static Error ViveSR.anipal.SRanipal_API.GetStatus | ( | int | anipalType, |
out AnipalStatus | status | ||
) |
Gets the status of an anipal module.
anipalType | The index of an anipal module. |
status | The status of an anipal module. |
static Error ViveSR.anipal.SRanipal_API.Initial | ( | int | anipalType, |
IntPtr | config | ||
) |
Invokes an anipal module.
anipalType | The index of an anipal module. |
config | Indicates the resulting ViveSR.Error status of this method.
|
static Error ViveSR.anipal.SRanipal_API.Release | ( | int | anipalType | ) |
Terminates an anipal module.
anipalType | The index of an anipal module. |