Piccolo.NET

PStickyHandleManager.SetCameraTarget Method 

Sets the camera the bounds handles will be stuck to and the target node that will be resized by the sticky bounds handles.

public virtual void SetCameraTarget(
   PCamera newCamera,
   PNode newTarget
);

Parameters

newCamera
The camera to stick the bounds handles to.
newTarget
The node that will be resized by the sticky bounds handles.

See Also

PStickyHandleManager Class | UMD.HCIL.PiccoloX.Handles Namespace