nodeIndex property

  1. @JsonKey(name: 'nodeIndex')
int? nodeIndex
getter/setter pair

The index of the Talent Node being referred to (an index into DestinyTalentGridDefinition.nodes[]). CONTENT VERSION DEPENDENT.

Implementation

@JsonKey(name:'nodeIndex')
int? nodeIndex;