iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIChart3DRootSceneEntity

@interface SCIChart3DRootSceneEntity : SCIBaseSceneEntity <ISCIRootSceneEntity>

A SCIBaseSceneEntity which is the root of a ISCIChartSurface3D scene.

  • Provides an entity which renders an Axis Cube in the 3D scene.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) SCIAxisCubeEntity *_Nonnull axisCube;
  • Provides an entity to display the XYZ Axis gizmo in the bottom left of the screen.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) SCIXyzGizmo *_Nonnull xyzGizmo;
  • Provides an entity to display the FPS counter in the bottom left of the screen.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) SCIFpsPresenter *_Nonnull fpsPresenter;
  • Create new instance of SCIChart3DRootSceneEntity with associated ISCIChartSurface3D.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithSurface:(nonnull id<ISCIChartSurface3D>)surface;

    Parameters

    surface

    The associated ISCIChartSurface3D instance.