mango-engine v0.1.0 (2016-10-22T22:46:47Z)
Dub
Repo
ModelRenderBeginEvent
mango_engine
event
graphics
This event is fired when a Model is about to be rendered.
class
ModelRenderBeginEvent :
GraphicsEvent
{
Model
model
[@property getter];
this
(Model model);
}
Constructors
this
this
(Model model)
Undocumented in source.
Members
Properties
model
Model
model
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mango_engine
event
graphics
classes
GraphicsEvent
ModelRenderBeginEvent
This event is fired when a Model is about to be rendered.