blendshapemodifier - eisclimber/ExPresS-XR GitHub Wiki

BlendShapeModifier

Class in ExPresSXR.Interaction.ValueRangeInteractable.ValueModifier

Inherits from BaseValueRangeModifier\<U, V\>

Summary

Allows scaling a normalized float value between the min (0.0f) and max value (1.0f) to be used by a BlendShape.

public class BlendShapeModifier : BaseValueRangeModifier<float, float>

Fields

Name Description
OnNewBlendShapeValue Event emitted with the modified value.

Methods

Name Description
EmitModifiedValue(float,float) Callback for the interactor events like OnValueChanged.
⚠️ **GitHub.com Fallback** ⚠️