LineRotationMode Enum

Definition

Defines how to calculate the line's rotation at any given point.

public enum class LineRotationMode
public enum LineRotationMode
type LineRotationMode = 
Public Enum LineRotationMode
Inheritance
LineRotationMode

Fields

None 0

Don't rotate

RelativeToOrigin 2

Rotate relative to direction from origin point

Velocity 1

Use velocity to calculate the line's rotation

Applies to