|
Tramway SDK v0.1.1
|
#include <resource.h>
Public Member Functions | |
| ResourceProxy (EntityComponent *parent) | |
| ~ResourceProxy () | |
| void | set (Resource *new_res) |
| T * | get () |
| T * | operator= (Resource *res) |
| T * | operator-> () |
| T & | operator* () |
| operator bool () | |
Protected Attributes | |
| EntityComponent * | parent |
| Resource * | resource = nullptr |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |