PStickyHandleManager Constructor
Constructs a new PStickyHandleManager, adding sticky bounds handles (with respect to the given camera) to the specified target node.
public PStickyHandleManager(
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