enum Tsh::CollisionFlags

Overview

Flags for setting a PlayThing's collision

Defined in:

plaything.cr

Enum Members

Player = 1
Pickup = 2
Obstacle = 4
Enemy = 8
Custom1 = 16
Custom2 = 32
Custom3 = 64
Custom4 = 128
Custom5 = 256
Custom6 = 512
None = 0
All = 1023

Instance Method Summary

Instance Method Detail

def custom1? #

def custom2? #

def custom3? #

def custom4? #

def custom5? #

def custom6? #

def enemy? #

def none? #

def obstacle? #

def pickup? #

def player? #