DestinyItemRenderComponent class
Many items can be rendered in 3D. When you request this block, you will obtain the custom data needed to render this specific instance of the item.
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyItemRenderComponent()
-
DestinyItemRenderComponent.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
artRegions
↔ Map<
String, int> ? -
A dictionary for rendering gear components, with:
key = Art Arrangement Region Index
value = The chosen Arrangement Index for the Region, based on the value of a stat on the item used for making the choice.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useCustomDyes ↔ bool?
-
If you should use custom dyes on this item, it will be indicated here.
getter/setter pair
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
Static Methods
-
asyncFromJson(
Map< String, dynamic> json) → Future<DestinyItemRenderComponent>