WhiteCameraConfig Class Reference
| Inherits from | WhiteObject |
|---|---|
| Declared in | WhiteCameraConfig.h |
centerX
The X coordinate of the center of the view in the world coordinate system, which is 0 when not filled.
@property (nonatomic, strong, nullable) NSNumber *centerXDeclared In
WhiteCameraConfig.h
centerY
The Y coordinate of the center of the view in the world coordinate system, which is 0 when not filled.
@property (nonatomic, strong, nullable) NSNumber *centerYDeclared In
WhiteCameraConfig.h
scale
The scale factor of the view.
@property (nonatomic, strong, nullable) NSNumber *scaleDeclared In
WhiteCameraConfig.h
animationMode
Animation mode for switching the view.
@property (nonatomic, assign) WhiteAnimationMode animationModeDiscussion
The defalt value is WhiteAnimationModeContinuous. See WhiteAnimationMode.
Declared In
WhiteCameraConfig.h