public static class Toolkit.ImageRenderingContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NGCamera |
camera |
boolean |
depthBuffer |
int |
height |
NGLightBase[] |
lights |
java.lang.Object |
platformImage |
java.lang.Object |
platformPaint |
NGNode |
root |
BaseTransform |
transform |
int |
width |
int |
x |
int |
y |
Constructor and Description |
---|
ImageRenderingContext() |
public NGNode root
public int x
public int y
public int width
public int height
public BaseTransform transform
public boolean depthBuffer
public java.lang.Object platformPaint
public NGCamera camera
public NGLightBase[] lights
public java.lang.Object platformImage