WebGLGeometries class

Constructors

WebGLGeometries(dynamic gl, WebGLAttributes attributes, WebGLInfo info, WebGLBindingStates bindingStates)

Properties

attributes WebGLAttributes
getter/setter pair
bindingStates WebGLBindingStates
getter/setter pair
geometries Map<int, bool>
getter/setter pair
gl ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
info WebGLInfo
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wireframeAttributes WeakMap
getter/setter pair

Methods

dispose() → void
get(dynamic object, BufferGeometry geometry) BufferGeometry
getWireframeAttribute(BufferGeometry geometry) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onGeometryDispose(Event event) → void
toString() String
A string representation of this object.
inherited
update(BufferGeometry geometry) → void
updateWireframeAttribute(BufferGeometry geometry) → void

Operators

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