enum Glint::GameObject::DrawPosition

Overview

Determines where a game object is drawn.

Defined in:

glint/game_object/game_object.cr

Enum Members

Absolute = 0

At an absolute position regardsless of where its parent is positioned.

Relative = 1

At a position relative to it's parent.

Instance Method Summary

Instance Method Detail

def absolute? #

[View source]
def relative? #

[View source]