Enum EdgePolicy
- 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
Center = 1
The line between the control points will be used as a central axis for the trail or ribbon
Edge = 0
The line between the control points will be used as an edge for the trail or ribbon