AlignSubtree.subTree Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The transform to align. If unset, will align this.transform.
public UnityEngine.Transform subTree;
val mutable subTree : UnityEngine.Transform
Public subTree As Transform
Field Value
UnityEngine.Transform
Remarks
This transform must be identity at startup, and must not be modified by anything but this AlignSubtree component.