module Oid::Service::View
Included Modules
Direct including types
Defined in:
oid/service/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
Constructor methods inherited from module Oid::Service
new(pull : JSON::PullParser)
new
Instance Method Detail
abstract
def init_controller(contexts : Contexts, entity : Oid::RenderableEntity) : Oid::Controller::View
#