souleng
Game engine providing full Python scripting support
Loading...
Searching...
No Matches
include
components
ComponentType.hpp
1
#pragma once
2
3
// Key when adding component to gameobject is based on this
7
enum
ComponentType {
8
DEFAULT,
9
TEXTURE,
10
TRANSFORM,
11
COLLISION2D,
12
SCRIPT,
13
TEXT,
14
NUM_COMPONENTS,
15
};
Generated by
1.10.0