GetEffectProgress method

Retrieves a value indicating the current progress of the transform effect.

Syntax

float retVal = object.GetEffectProgress();

Parameters

This method has no parameters.

Remarks

When an effect transform is executed, it should use this value to control the effect's progress. This is typically only useful if your transform produces a transition effect. You can ignore this value if your transform is not a time-varying effect.