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

Delete the specified keyframe

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

Syntax

C#
public bool Delete(
	int Frame
)

Parameters

Frame
Type: System..::.Int32
the index of the frame to clear. If the frame isn't found, 'false' is returned

Return Value

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

See Also