Version: 2019.4
public GameObject root ;

説明

The GameObject root of the animated hierarchy. (Read Only)

The root is set by the constructor (See: ctor).

You can bind a property from the root, or any of its children. To bind a property, use one of the following methods: BindComponent, BindComponentsOfType, BindAll, or Bind.