Constructor
new OrderedRenderable()
Applications must not call this constructor. It is an interface class and is not meant to be instantiated
directly.
- Source:
Members
displayName :String
This ordered renderable's display name.
Type:
- String
- Default Value:
- Renderable
- Source:
enabled :Boolean
Indicates whether this ordered renderable is enabled.
Type:
- Boolean
- Default Value:
- true
- Source:
eyeDistance :Number
This ordered renderable's distance from the eye point in meters.
Type:
- Number
- Default Value:
- Number.MAX_VALUE
- Source:
insertionTime :Number
The time at which this ordered renderable was inserted into the ordered rendering list.
Type:
- Number
- Default Value:
- 0
- Source:
Methods
renderOrdered(dc)
Renders this ordered renderable.
Parameters:
Name | Type | Description |
---|---|---|
dc |
DrawContext | The current draw context. |
- Source: