Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ParticleChildrenAttribute Struct

    Namespace: Stride.Particles.Spawners
    Assembly: Stride.Particles.dll

    public struct ParticleChildrenAttribute
    Name Description
    Constructors
    ParticleChildrenAttribute(ParticleChildrenAttribute)
    Fields
    Empty
    Properties
    CarryOver
    ParticlesToEmit
    | Improve this Doc View Source

    Constructors


    ParticleChildrenAttribute(ParticleChildrenAttribute)

    public ParticleChildrenAttribute(ParticleChildrenAttribute other)
    Parameters
    Type Name Description
    ParticleChildrenAttribute other
    | Improve this Doc View Source

    Fields


    Empty

    public static ParticleChildrenAttribute Empty
    Field Value
    Type Description
    ParticleChildrenAttribute
    | Improve this Doc View Source

    Properties


    CarryOver

    public float CarryOver { get; set; }
    Property Value
    Type Description
    System.Single

    ParticlesToEmit

    public uint ParticlesToEmit { get; set; }
    Property Value
    Type Description
    System.UInt32

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    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