SingleComponentResponseOfDestinyCharacterRenderComponent class

Annotations
  • @JsonSerializable()

Properties

data DestinyCharacterRenderComponent?
Only really useful if you're attempting to render the character's current appearance in 3D, this returns a bare minimum of information, pre-aggregated, that you'll need to perform that rendering. Note that you need to combine this with other 3D assets and data from our servers. Examine the Javascript returned by https://bungie.net/sharedbundle/spasm to see how we use this data, but be warned: the rabbit hole goes pretty deep.
getter/setter pair
disabled bool?
If true, this component is disabled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
privacy ComponentPrivacySetting?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asyncToJson() Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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