Click or drag to resize
AvatarTransformMask Constructor (Animator, Int32)
Initializes a new instance of the AvatarTransformMask class using data from a Animations.AvatarMask on the specified layer of the animator's controller if one exists.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public AvatarTransformMask(
	Animator animator,
	int layerIndex
)

Parameters

animator
Type: Animator
Animator.
layerIndex
Type: SystemInt32
Layer index.
Remarks
This constructor is currently only available in the Editor.
See Also