ParticleFlipbookTextureCompatible
Indicates whether a ParticleEmitter's flipbook texture dimensions are compatible with the selected flipbook layout.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 547 | NotCompatible | 0 | The ParticleEmitter's flipbook texture dimensions are incompatible with the active flipbook layout (the texture must be 1024×1024); flipbook playback is suppressed. | |
| 547 | Compatible | 1 | The ParticleEmitter's flipbook texture dimensions are confirmed compatible with the active flipbook layout; flipbook playback proceeds normally. | |
| 547 | Unknown | 2 | Compatibility has not yet been determined; this is the initial state before the engine resolves the flipbook texture dimensions. |
Description
Describes runtime compatibility between a ParticleEmitter's texture and its FlipbookLayout. Flipbook playback requires a 1024×1024 texture; if the texture does not meet this requirement, the engine sets ParticleFlipbookTextureCompatible.NotCompatible and disables flipbook playback. The value begins as ParticleFlipbookTextureCompatible.Unknown and transitions to ParticleFlipbookTextureCompatible.Compatible or ParticleFlipbookTextureCompatible.NotCompatible once texture dimensions are resolved. Set automatically by the engine; not writable from scripts.
History 4
- 547 Add Unknown
- 547 Add NotCompatible
- 547 Add Compatible
- 547 Add ParticleFlipbookTextureCompatible