Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PrimitiveBoundsHandle.HandleDirection

An enumeration of directions the handle moves in.
Read time 1 minuteLast updated 12 days ago

Definition

protected enum PrimitiveBoundsHandle.HandleDirection

Fields

Value

Description

NegativeXThis value corresponds to the handle moving in a negative direction away from PrimitiveBoundsHandle.center along the x-axis.
NegativeYThis value corresponds to the handle moving in a negative direction away from PrimitiveBoundsHandle.center along the y-axis.
NegativeZThis value corresponds to the handle moving in a negative direction away from PrimitiveBoundsHandle.center along the z-axis.
PositiveXThis value corresponds to the handle moving in a positive direction away from PrimitiveBoundsHandle.center along the x-axis.
PositiveYThis value corresponds to the handle moving in a positive direction away from PrimitiveBoundsHandle.center along the y-axis.
PositiveZThis value corresponds to the handle moving in a positive direction away from PrimitiveBoundsHandle.center along the z-axis.