Table of Contents

Enum WindroseDirection

A direction in the windrose (8-direction)

Namespace : SpriteAnimations

Fields

Name Description
East

The east direction. Can be represented as a Vector2 having x > 0 and y == 0

North

The north direction. Can be represented as a Vector2 having x == 0 and y > 0

NorthEast

The north-east direction. Can be represented as a Vector2 having x > 0 and y > 0

NorthWest

The north-west direction. Can be represented as a Vector2 having x < 0 and y > 0

South

The south direction. Can be represented as a Vector2 having x == 0 and y < 0

SouthEast

The south-east direction. Can be represented as a Vector2 having x > 0 and y < 0

SouthWest

The south-west direction. Can be represented as a Vector2 having x < 0 and y < 0

West

The west direction. Can be represented as a Vector2 having x < 0 and y == 0