HandleDirection

enumeration

매뉴얼로 전환

설명

An enumeration of directions the handle moves in.

변수

PositiveXThis value corresponds to the handle moving in a positive direction away from PrimitiveBoundsHandle.center along the x-axis.
NegativeXThis value corresponds to the handle moving in a negative 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.
NegativeYThis value corresponds to the handle moving in a negative 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.
NegativeZThis value corresponds to the handle moving in a negative direction away from PrimitiveBoundsHandle.center along the z-axis.