blendshapemodifier - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Interaction.ValueRangeInteractable.ValueModifier
Inherits from BaseValueRangeModifier\<U, V\>
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>| Name | Description |
|---|---|
| OnNewBlendShapeValue | Event emitted with the modified value. |
| Name | Description |
|---|---|
| EmitModifiedValue(float,float) | Callback for the interactor events like OnValueChanged. |