TextureProperties class

properties like clamping and mip-mapping.

Constructors

TextureProperties()

Properties

anisotropicFilterLevel int
getter/setter pair
clamp bool
getter/setter pair
flipY bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
magFilter int
getter/setter pair
minFilter int
getter/setter pair
mipmap bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow bool
getter/setter pair

Methods

InstallEarly(ChronosGL cgl, int type) → void
InstallLate(ChronosGL cgl, int type) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
SetFilterNearest() → void
SetMipmapLinear() → void
toString() String
A string representation of this object.
inherited

Operators

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