enum TransformChangedFlags
Flags used for notifying child scene object and components when a transform has been changed.
Values
| Name | Value | Description |
|---|---|---|
TCF_None |
0 |
Component will not be notified about any events relating to the transform. |
TCF_Transform |
1 |
Component will be notified when the its position, rotation or scale has changed. |
TCF_Parent |
2 |
Component will be notified when its parent changes. |
TCF_Mobility |
4 |
Component will be notified when mobility state changes. |
TCF_NotifyStopped |
8 |
If set, stopped components will also receive transform & parent changed notifies. |