ParseStateObject class

Constructors

ParseStateObject(Map<String, dynamic> options)

Properties

fromDeclaration ↔ bool
getter/setter pair
geometry ↔ Map<String, dynamic>
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
materials ↔ List
getter/setter pair
name ↔ String
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
smooth ↔ bool
getter/setter pair

Methods

currentMaterial() → ParseStateMaterial?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startMaterial(String? name, dynamic libraries) → ParseStateMaterial
toString() → String
A string representation of this object.
inherited

Operators

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