Click or drag to resize
AvatarTransformMaskGetTransforms Method
Gets the transforms that are not masked out by this instance.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void GetTransforms(
	ref List<Transform> transforms
)

Parameters

transforms
Type: System.Collections.GenericListTransform
A list of Transform to populate.
See Also