sengine API
View source
class
GradientDrawer<
T
>
package
s.markup.graphics.gradients
extends
ElementDrawer
›
Shader
extended by
ConicGradientDrawer
,
LinearGradientDrawer
,
RadialGradientDrawer
@:build(s.macro.ShaderMacro.build())
@:autoBuild(s.macro.ShaderMacro.build())
@:build(s.shortcut.ShortcutMacro.mixinBuild())
@:allow(s.markup.elements.gradients.Gradient)
Inherited Variables
Inherited Methods
Defined by
ElementDrawer
render
(
target:
Texture
,
element:
T
):
Void