RenderPhase class

represents a sequence of Scenes.

Inheritance
Implementers

Constructors

RenderPhase(String name, ChronosGL _cgl, [Framebuffer? framebuffer])

Properties

clearColorBuffer bool
no getter
clearDepthBuffer bool
no getter
clearStencilBuffer bool
no getter
debug bool
getter/setter pairinherited
enabled bool
getter/setter pairinherited
framebuffer Framebuffer
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewPortH int
getter/setter pair
viewPortW int
getter/setter pair
viewPortX int
getter/setter pair
viewPortY int
getter/setter pair

Methods

add(Scene s) → void
Draw([List<DrawStats>? stats]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited