Constructor
new SurfaceRenderable()
Applications must not call this constructor. It is an interface class and is not meant to be instantiated
directly.
- Source:
Members
displayName :String
This surface renderable's display name.
Type:
- String
- Default Value:
- Renderable
- Source:
enabled :Boolean
Indicates whether this surface renderable is enabled.
Type:
- Boolean
- Default Value:
- true
- Source:
Methods
renderSurface(dc)
Renders this surface renderable.
Parameters:
Name | Type | Description |
---|---|---|
dc |
DrawContext | The current draw context. |
- Source: