UniformSlot class base

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shader Shader
final
sizeInBytes int?
The reflected total size of a shader's uniform struct by name.
no setter
uniformName String
final

Methods

getMemberOffsetInBytes(String memberName) int?
Get the reflected offset of a named member in the uniform struct.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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