
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIUpdatable3D
@protocol ISCIUpdatable3D <NSObject>
Defines the protocol with methods for updating elements during render pass.
-
Updates the state of this
ISCIUpdatable3D
before rendering.Declaration
Objective-C
- (void)update:(nonnull SCIRenderPassState3D *)renderPassState;
Parameters
renderPassState
The
SCIRenderPassState3D
used in current render pass.