Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ParticleSpawnTrigger<T> Class

    Namespace: Stride.Particles.Spawners
    Assembly: Stride.Particles.dll
    ParticleSpawnTrigger governs the condition under which particle emission is triggered for spawners like SpawnerFromParent
    System.Object → ParticleSpawnTrigger → ParticleSpawnTrigger<T>
    Derived from ParticleSpawnTrigger<T>: ParticleSpawnTriggerBirth ParticleSpawnTriggerCollision ParticleSpawnTriggerDeath ParticleSpawnTriggerDistance ParticleSpawnTriggerLifetime

    public abstract class ParticleSpawnTrigger<T> : ParticleSpawnTrigger where T : struct
    Type Parameters
    Name Description
    T
    Name Description
    Fields
    FieldAccessor
    | Improve this Doc View Source

    Fields


    FieldAccessor

    protected ParticleFieldAccessor<T> FieldAccessor
    Field Value
    Type Description
    ParticleFieldAccessor<T>

    Inherited Members

    ParticleSpawnTrigger.PrepareFromPool(ParticlePool)
    ParticleSpawnTrigger.HasTriggered(Particle)
    ParticleSpawnTrigger.AddRequiredParentFields(ParticleEmitter)
    ParticleSpawnTrigger.RemoveRequiredParentFields(ParticleEmitter)

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation