module Oid::Service::View

Included Modules

Direct including types

Defined in:

oid/service/view.cr

Instance Method Summary

Constructor methods inherited from module Oid::Service

new(pull : JSON::PullParser) new

Instance Method Detail

abstract def get_ray_from(position : Oid::Vector2, camera : StageEntity) : Oid::Ray #

[View source]
abstract def get_root_view(contexts : Contexts) : StageEntity #

[View source]
abstract def init_controller(contexts : Contexts, entity : Oid::RenderableEntity) : Oid::Controller::View #

[View source]