Packagecom.yogurt3d.core.renderers.interfaces
Interfacepublic interface IRenderer extends IEngineObject, IIdentifiableObject, IReconstructibleObject
Implementors MolehillRenderer, PickRenderer



Public Properties
 PropertyDefined By
 InheritedsystemID : String
[read-only] Automatically assigned id.
IIdentifiableObject
 InheriteduserID : String
Identification string can be assigned by developer to identify objects.
IIdentifiableObject
Public Methods
 MethodDefined By
 Inherited
Creates new clone object.
IReconstructibleObject
 Inherited
dispose():void
Removes all external referances and clears internals.
IReconstructibleObject
 Inherited
Removes all external referances and clears internals.
IReconstructibleObject
 Inherited
disposeGPU():void
IReconstructibleObject
 Inherited
Removes all external referances and clears internals.
IReconstructibleObject
  
render(_scene:IScene, _camera:Camera, _viewport:Viewport):void
IRenderer
 Inherited
renew():void
Renews object internals and resets properties of object.
IReconstructibleObject
 Inherited
toString():String
Returns a string identifier on this object
IEngineObject
Method Detail
render()method
public function render(_scene:IScene, _camera:Camera, _viewport:Viewport):void

Parameters

_scene:IScene
 
_camera:Camera
 
_viewport:Viewport