Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ParticleFlipbookTextureCompatible

Indicates whether a ParticleEmitter's flipbook texture dimensions are compatible with the selected flipbook layout.

Items 3

HistoryNameValueDescription
547NotCompatible0

The ParticleEmitter's flipbook texture dimensions are incompatible with the active flipbook layout (the texture must be 1024×1024); flipbook playback is suppressed.

547Compatible1

The ParticleEmitter's flipbook texture dimensions are confirmed compatible with the active flipbook layout; flipbook playback proceeds normally.

547Unknown2

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

Settings