 | AvatarTransformMaskContains Method |
Returns a value indicating whether the specified
Transform is contained in the
mask.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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