Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TransformBit

Bit masks for node's transformation

Index

Enumeration members

Enumeration members

NONE

NONE: = 0
zh

无改变

POSITION

POSITION: = (1 << 0)
zh

节点位置改变

ROTATION

ROTATION: = (1 << 1)
zh

节点旋转

RS

RS: = TransformBit.ROTATION | TransformBit.SCALE
zh

节点旋转及缩放

SCALE

SCALE: = (1 << 2)
zh

节点缩放

TRS

TRS: = TransformBit.POSITION | TransformBit.ROTATION | TransformBit.SCALE
zh

节点平移,旋转及缩放

TRS_MASK

TRS_MASK: = ~TransformBit.TRS

Generated using TypeDoc