Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ParentControlFlag Enum

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

    Some initializers require fine control between parent and child emitters. Use the control group to assign such meta-fields.

    [DataContract("ParentControlFlag")]
    [Display("Control group", null)]
    public enum ParentControlFlag

    Fields

    Name Description
    Group00

    Use a meta-data control group with index 0

    Group01

    Use a meta-data control group with index 1

    Group02

    Use a meta-data control group with index 2

    Group03

    Use a meta-data control group with index 3

    None

    Do not use meta-data control groups

    Extension Methods

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

    Back to top

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