Click or drag to resize
AvatarTransformMaskContains Method
Returns a value indicating whether the specified Transform is contained in the mask.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool Contains(
	Transform transform
)

Parameters

transform
Type: Transform
A Transform.

Return Value

Type: Boolean
if the specified Transform is contained in the mask and will have animation data applied to it; otherwise, if it is masked out.
See Also