
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIBaseRenderableSeriesSceneEntity3D
@interface SCIBaseRenderableSeriesSceneEntity3D<
T : id <ISCISeriesRenderPassData3D>> : SCIBaseSceneEntity <ISCIAttachable>
Defines an entity to draw SCIBaseRenderableSeries3D
in the 3D Scene.
-
Request update of native meshes during next render pass.
Declaration
Objective-C
- (void)requestNativeMeshesUpdate;
-
Performs
hit-test
and saves results intoSCIHitTestInfo3D
instance.Declaration
Objective-C
- (void)hitTest:(nonnull SCIHitTestInfo3D *)hitTestResult selectionId:(unsigned long long)selectionId;
Parameters
hitTestResult
The
SCIHitTestInfo3D
to save results of hit test in.selectionId
The selection id to test.