PPathActivity.SetRelativeTargetValue Method (Single, Int32, Int32)
Subclasses should override this method and set the value on their target (the object that they are modifying) accordingly.
public abstract
void SetRelativeTargetValue(
float zeroToOne,
int startKnot,
int endKnot);
Parameters
- zeroToOne
- The current interpolation value (from 0 to 1) between the start knot and the end knot.
- startKnot
- The previous knot the activity is interpolating from.
- endKnot
- The next knot the activity is interpolating to.
See Also
PPathActivity Class | UMD.HCIL.PiccoloX.Activities Namespace | PPathActivity.SetRelativeTargetValue Overload List