[This is preliminary documentation and is subject to change.]

Returns the interpolated frame element value at the specified point.

Namespace:  IcarusSceneEngine
Assembly:  IcarusSceneEngine (in IcarusSceneEngine)
Version: 1.0.0.0

Syntax

C#
public T this[
	double TrackTime
] { get; }

Parameters

TrackTime
Type: System..::.Double

Return Value

interpolated FrameElement struct

See Also