Components Layerable
class ComponentsLayerable(componentContainer: InternalComponentContainer, layerable: InternalLayerable) : InternalLayerable
Content copied to clipboard
Extends a InternalLayerable with additional renderables taken form an InternalComponentContainer to enable smooth rendering of both.
Constructors
ComponentsLayerable
Link copied to clipboard
fun ComponentsLayerable(componentContainer: InternalComponentContainer, layerable: InternalLayerable)
Content copied to clipboard
Functions
addLayer
Link copied to clipboard
getLayerAt
Link copied to clipboard
insertLayerAt
Link copied to clipboard
removeLayer
Link copied to clipboard
setLayerAt
Link copied to clipboard
Properties
layers
Link copied to clipboard
renderables
Link copied to clipboard
Contains the Renderable objects ordered from bottom to top.
Sources
(source)
Link copied to clipboard