UniformSampler class

Instance of a uniform sampler. Represented by a Texture.

Inheritance

Constructors

UniformSampler(UniformSlot slot)
Instance of a uniform sampler. Represented by a Texture.

Properties

hashCode int
The hash code for this object.
no setterinherited
resource Texture?
The resource data.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slot UniformSlot
The slot this instance belongs too.
finalinherited

Methods

bind(GraphicsDevice device) → void
override
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