class RayLib::ViewService
- RayLib::ViewService
- Reference
- Object
Included Modules
Defined in:
raylib/services/view.crInstance Method Summary
- #get_ray_from(position : Oid::Vector2, camera : StageEntity) : Oid::Ray
- #get_root_view(contexts : Contexts) : StageEntity
- #init_controller(contexts : Contexts, entity : Oid::RenderableEntity) : Oid::Controller::View
- #load_texture(path, name, entity)
- #sub_texture(name) : Tuple(RayLib::Texture2D | Nil, AtlasSubTexture | Nil)
- #texture(name) : RayLib::Texture2D | Nil
- #texture_links : Hash(String, Entitas::UnsafeAERC)
- #textures : Hash(String, RayLib::Texture2D)
- #unload_texture(name, entity)