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

Create the element copying data from an existing element

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

Syntax

C#
public FrameElement(
	FrameElement<T> thisElement
)

Parameters

thisElement
Type: IcarusSceneEngine..::.FrameElement<(Of <(T>)>)
element to copy information from

See Also