SRanipal Unity SDK
1.3.2.0
SRanipal Unity SDK document
|
Public Types | |
enum | FrameworkStatus { STOP, START, WORKING, ERROR } |
enum | SupportedLipVersion { version1, version2 } |
Currently supported lip motion prediction engine's version. More... | |
Public Member Functions | |
void | StartFramework () |
void | StopFramework () |
Public Attributes | |
bool | EnableLip = true |
Whether to enable anipal's Lip module. More... | |
SupportedLipVersion | EnableLipVersion = SupportedLipVersion.version1 |
Which version of lip motion prediction engine will be used, default is version 1. More... | |
Properties | |
static FrameworkStatus | Status [get, protected set] |
The status of the anipal engine. More... | |
static SRanipal_Lip_Framework | Instance [get] |
Currently supported lip motion prediction engine's version.
bool ViveSR.anipal.Lip.SRanipal_Lip_Framework.EnableLip = true |
Whether to enable anipal's Lip module.
SupportedLipVersion ViveSR.anipal.Lip.SRanipal_Lip_Framework.EnableLipVersion = SupportedLipVersion.version1 |
Which version of lip motion prediction engine will be used, default is version 1.
|
staticgetprotected set |
The status of the anipal engine.