|
iOS高德地图SDK(3D)
V11.2.0001
|
#import <MAParticleOverlayOptions.h>
Instance Methods | |
| (instancetype) | - initWithCurveX:Y:Z: |
| 根据三个轴上的变化比例生成粒子的大小变化类 Generate particle size variation class based on the scaling ratio on three axes More... | |
Instance Methods inherited from <MAParticleSizeGenerate> | |
| (float) | - getSizeX: |
| (float) | - getSizeY: |
| (float) | - getSizeZ: |
粒子的大小变化类. since 6.5.0 Particle size variation class. since 6.5.0
| - (instancetype) initWithCurveX: | (float) | x | |
| Y: | (float) | y | |
| Z: | (float) | z | |
根据三个轴上的变化比例生成粒子的大小变化类 Generate particle size variation class based on the scaling ratio on three axes
| x | X轴上变化比例 Variation ratio on the X-axis |
| y | Y轴上变化比例 Variation ratio on the Y-axis |
| z | Z轴上变化比例 Variation ratio on the Z-axis |