ShaderPresetController class

Constructors

ShaderPresetController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDefaultUniforms(ShaderPresetsEnum preset) → Uniforms
Get the preset uniforms
getShaderController() → ShaderController?
getUniforms() → Uniforms?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setController(void setUniforms(dynamic uniforms), void setUniform(int index, double newValue), Uniforms? getUniforms(), ShaderController getShaderController()) → void
setUniform(int index, double value) → void
setUniforms(dynamic uniforms) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited