Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    EdgePolicy Enum

    Namespace: Stride.Particles.ShapeBuilders
    Assembly: Stride.Particles.dll

    Specifies if the trail lies on one edge on the axis or is the axis in its center.

    [DataContract("EdgePolicy")]
    [Display("Edge", null)]
    public enum EdgePolicy

    Fields

    Name Description
    Center

    The line between the control points will be used as a central axis for the trail or ribbon

    Edge

    The line between the control points will be used as an edge for the trail or ribbon

    Extension Methods

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

    Back to top

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