UniformsGroup class

Mixed-in types

Constructors

UniformsGroup.new()

Properties

bindingPointIndex int?
getter/setter pair
cache Map?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pair
isUniformsGroup bool
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
getter/setter pair
uniforms List<Uniform>
getter/setter pair
usage int?
getter/setter pair

Methods

add(Uniform uniform) UniformsGroup
addAll(List<Uniform> uniform) UniformsGroup
addEventListener(String type, Function listener) → void
type - The type of event to listen to.
inherited
clearListeners() → void
Remove all Listeners.
inherited
clone() UniformsGroup
copy(UniformsGroup source) UniformsGroup
dispatchEvent(Event event) → void
event - The event that gets fired.
inherited
dispose() → void
override
hasEventListener(String type, Function listener) bool
type - The type of event to listen to.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(Uniform uniform) UniformsGroup
removeEventListener(String type, Function listener) → void
type - The type of the listener that gets removed.
inherited
setName(String name) UniformsGroup
setUsage(dynamic value) UniformsGroup
toString() String
A string representation of this object.
inherited

Operators

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