NodesStateData
public struct NodesStateData
Payload for RegionGraphChangeEvent.nodesStateChanged event.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
NodesStateDataDeclaration
Swift
public init(nodeStates: [RegionGraphNodeID : RegionGraphNodeState])Parameters
nodeStatesCollection of new region graph node states.
-
Collection of new region graph node states.
Declaration
Swift
public let nodeStates: [RegionGraphNodeID : RegionGraphNodeState]
NodesStateData Structure Reference