EdgePolicy Enum
Namespace: Stride.Particles.ShapeBuildersAssembly: 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 |