SRanipal Unity SDK  1.3.2.0
SRanipal Unity SDK document
Public Types | Public Member Functions | Public Attributes | Properties | List of all members
ViveSR.anipal.Lip.SRanipal_Lip_Framework Class Reference

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]
 

Member Enumeration Documentation

◆ SupportedLipVersion

Currently supported lip motion prediction engine's version.

Member Data Documentation

◆ EnableLip

bool ViveSR.anipal.Lip.SRanipal_Lip_Framework.EnableLip = true

Whether to enable anipal's Lip module.

◆ EnableLipVersion

SupportedLipVersion ViveSR.anipal.Lip.SRanipal_Lip_Framework.EnableLipVersion = SupportedLipVersion.version1

Which version of lip motion prediction engine will be used, default is version 1.

Property Documentation

◆ Status

FrameworkStatus ViveSR.anipal.Lip.SRanipal_Lip_Framework.Status
staticgetprotected set

The status of the anipal engine.