Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsControlled(Transform)

Returns true if the transform is controlled by the Animator\.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
Warning
Removed. Use mask and layers to control subset of transfroms in a skeleton.
public bool IsControlled(Transform transform)

Parameters

transform

The transform that is queried.

Returns

Type

Description

bool