Component that operates ICriLipsMorph in conjunction with CriAtomSource.
More...
Component that operates ICriLipsMorph in conjunction with CriAtomSource.
- Description:
- A component used to pass the mouth shape information (obtained by analyzing the voice played by a CriAtomSource) to ICriLipsMorph.
Timing for reflecting the analysis results
- Description:
- This is the timing at which the CriWare.CriLipsDeformer.LipsMorph interface will reflect the LipSync analysis results.
- See also
- CriWare.ICriLipsMorph.Update
Enumerator |
---|
LateUpdate |
Equivalent to MonoBehaviour.LateUpdate
|
Update |
Equivalent to MonoBehaviour.Update
|
Manual |
Arbitrary user-defined timing
|
Attaches to the AtomSource to be analyzed
- Parameters
-
- Returns
- True if the setting succeeded, false if it failed
- Description:
- Attach to the CriAtomSource to be analyzed.
After calling this function, the audio played by the CriAtomSource will be analyzed and reflected in the blend shape.
If null is passed as an argument, the currently attached CriAtomSource will be detached.
Calling this function clears the internal state.
- Note:
- If it is already attached to a CriAtomSource when this function is called, it will be detached internally and then attached to the new CriAtomSource to be analyzed.
- See also
- CriLipsAtomAnalyzer::DetachFromAtomExPlayer
override void CriInternalUpdate |
( |
| ) |
|
|
inline |
|
inlineprotectedvirtualinherited |
Passes the shape information of a closed mouth to ICriLipsMorph.
- Description:
- This is the closed mouth shape information returned by ICriLipsMorph .
To express the mouth movement, use the difference between the mouth shape information obtained in real-time
and the closed mouth information.
- See also
- CriLipsMouth::GetInfoAtSilence
virtual void UpdateLipsParameter |
( |
| ) |
|
|
inlineprotectedvirtualinherited |
Registering the interface for the module using the LipSync analysis results
- Description:
- Registers the interface for the module using the LipSync analysis results.
If an interface has already been registered, ICriLipsMorph::Reset is called to perform the unregistration process.
- See also
- ICriLipsMorph::Reset
The documentation for this class was generated from the following file:
- CriLipsDeformerForAtomSource.cs