Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TransformBit

节点的空间变换位标记

Index

Enumeration members

Enumeration members

NONE

NONE: = 0

无改变

POSITION

POSITION: = (1 << 0)

节点位置改变

ROTATION

ROTATION: = (1 << 1)

节点旋转

RS

RS: = TransformBit.ROTATION | TransformBit.SCALE

节点旋转及缩放

SCALE

SCALE: = (1 << 2)

节点缩放

TRS

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

节点平移,旋转及缩放

TRS_MASK

TRS_MASK: = ~TransformBit.TRS

Generated using TypeDoc