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

Create the frame element with a pre-determined value

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

Syntax

C#
public FrameElement(
	T InitialValue
)

Parameters

InitialValue
Type: T
Initial value of the frame element (must match the type)

See Also