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

Add a Frame into the track. IF the frame already exists, the existing frame is returned

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

Syntax

C#
public FrameElement<T> Add(
	int Frame
)

Parameters

Frame
Type: System..::.Int32
Frame index (0 based)

Return Value

[Missing <returns> documentation for M:IcarusSceneEngine.Track`1.Add(System.Int32)]

See Also