Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TransformDirtyBit

Index

Enumeration members

Enumeration members

NONE

NONE: = 0

POSITION

POSITION: = (1 << 0)

ROTATION

ROTATION: = (1 << 1)

RS

RS: = TransformDirtyBit.ROTATION | TransformDirtyBit.SCALE

SCALE

SCALE: = (1 << 2)

TRS

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

TRS_MASK

TRS_MASK: = ~TransformDirtyBit.TRS

Generated using TypeDoc