Namespace Tizen.NUI.ParticleSystem

    Classes

    Particle

    Particle class provides interface to particle data streams

    Particle.StreamView

    StreamView provides functionality allowing particle data manipulation (read/write).

    ParticleEmitter

    Class ParticleEmitter creates a single emitter attached to a specified View. ParticleEmitter is responsible for spawning and updating particles.

    Emitter must contain: ParticleSource - responsible for spawning new particles ParticleModifier(s) - responsible for updating particles in the system

    ParticleSource and ParticleModifier callback interfaces should not be accessing Event side (NUI) objects. Both callbacks are executed on Update thread.

    ParticleEmitterProxy

    This class provides functionality that can be used inside the Source/Modifier callbacks.

    ParticleModifier<T>

    Class represents particle modifier

    ParticleModifierInterface

    ParticleModifierInterface provides callbacks in order to define how particles in the system should be modified

    ParticleSource<T>

    Class represents the particle source

    ParticleSourceInterface

    ParticleSourceInterface provides callbacks in order to define how new particles are emitted.

    Enums

    ParticleBlendingMode

    Enum defining blending options when rendering the particles.

    ParticleStream

    Declares types of default streams

    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX