Kaba class Picture3d ed
Syntax ed
class Picture3d extends Layer
color color
bool enabled
bool lighting
matrix matrix
Model* model
vector pos
bool world_3d
float z
# functions
void __init__(vector pos, bool set_cur)
void __init__()
void __init__(Model* m, matrix mat, float z)
virtual bool is_mouse_over()
virtual void on_click()
virtual void on_enter()
virtual void on_hover()
virtual void on_iterate(float dt)
virtual void on_leave()
# operators
virtual void __draw() # __draw Picture3d -> void
virtual void __update() # __update Picture3d -> void
Functions ed
- void __init__(vector pos, bool set_cur)
- description
- void __init__()
- description
- void __init__(Model* m, matrix mat, float z)
- description
- bool is_mouse_over()
- description
- void on_click()
- description
- void on_enter()
- description
- void on_hover()
- description
- void on_iterate(float dt)
- description
- void on_leave()
- description
Elements ed
- color color
- description
- bool enabled
- description
- bool lighting
- description
- matrix matrix
- description
- Model* model
- description
- vector pos
- description
- bool world_3d
- description
- float z
- description