Table of Contents

Enum ShapeOrientation

Namespace
Stride.Physics
Assembly
Stride.Physics.dll

Defines the different possible orientations of a shape.

public enum ShapeOrientation

Fields

UpX = 0

The shape is aligned with the Ox axis.

UpY = 1

The shape is aligned with the Oy axis.

UpZ = 2

The shape is aligned with the Oz axis.