UniformVec4Instance class

Inheritance
Annotations

Constructors

UniformVec4Instance.new(UniformValue<Vector4> description)

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
latefinalinherited
notifier ValueNotifier<Vector4>
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformer UniformTransformer<Vector4>
getter/setter pairinherited

Methods

apply(FragmentShader shader, int index) int
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(Vector4 value) → void
inherited
setTransformer(UniformTransformer<Vector4> transformer) → void
inherited
toString() String
A string representation of this object.
inherited
update(Duration ts) → void
inherited

Operators

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