| TimelinePlayerEvaluate Method |
Evaluates animations.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public void Evaluate(
out bool pointOfViewChanged,
out bool fovChanged
)
public:
void Evaluate(
[OutAttribute] bool% pointOfViewChanged,
[OutAttribute] bool% fovChanged
)
Parameters
- pointOfViewChanged
- Type: SystemBoolean
A boolean that tell if the point of view has changed.
The new point of view can be retrieve by the using PointOfView method.
- fovChanged
- Type: SystemBoolean
A boolean that tell if the field of view has changed.
The new field of view type and value can be retrieve by using the Fov and FovType methods.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also