Click or drag to resize
Ab4d.SharpEngine logo

TransformGroupCopyTo Method

Copies all transformations from this TransformGroup to the specified array.

Namespace: Ab4d.SharpEngine.Transformations
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public void CopyTo(
	Transform[] array,
	int index
)

Parameters

array  Transform
destination array
index  Int32
start index in the destination array

Implements

ICollectionTCopyTo(T, Int32)
See Also