AlignSubtree.ClaimPinOwnership Method
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.
This should be called whenever pins are added to the owned list.
public void ClaimPinOwnership ();
member this.ClaimPinOwnership : unit -> unit
Public Sub ClaimPinOwnership ()
Remarks
It's only necessary to call this when adding pins to the owned list dynamically from script. It is called from OnEnable for all pins added in the inspector or collected from the scene graph subtree.