NChartRealityKit Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NChartRealityKit.h |
chart
Get chart instance. It is created with the view’s creation and destroyed with its destruction.
@property (nonatomic, readonly) NChart *chartSee Also
Declared In
NChartRealityKit.h
delegate
Delegate that is supposed to handle the chart models.
@property (nonatomic, assign) id<NChartRealityKitModelDelegate> delegateDeclared In
NChartRealityKit.h
– render
Render the chart using the RealityKit backend. The set of models is created and for each one, modelReadyWithPositions delegate method is triggered.
- (void)renderDeclared In
NChartRealityKit.h