Share via


AlignSubtree.ClaimPinOwnership Method

Definition

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.

Applies to