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
ISCIUpdatable3Dbefore rendering.Declaration
Objective-C
- (void)update:(nonnull SCIRenderPassState3D *)renderPassState;Swift
func update(_ renderPassState: SCIRenderPassState3D)Parameters
renderPassStateThe
SCIRenderPassState3Dused in current render pass.
View on GitHub