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: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
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