高德地图SDK(导航)  V11.1.000
MAParticleRandomVelocityGenerate Class Reference

#import <MAParticleOverlayOptions.h>

Inheritance diagram for MAParticleRandomVelocityGenerate:
<MAParticleVelocityGenerate>

Instance Methods

(instancetype) - initWithBoundaryValueX1:Y1:Z1:X2:Y2:Z2:
 根据速度范围值生成粒子的速度变化类 Speed variation class for particles based on speed range values More...
 
- Instance Methods inherited from <MAParticleVelocityGenerate>
(CGFloat) - getX
 
(CGFloat) - getY
 
(CGFloat) - getZ
 

Detailed Description

粒子的随机速度生成类. since 6.5.0 Random speed generation class for particles since 6.5.0

Method Documentation

◆ initWithBoundaryValueX1:Y1:Z1:X2:Y2:Z2:

- (instancetype) initWithBoundaryValueX1: (float)  x1
Y1: (float)  y1
Z1: (float)  z1
X2: (float)  x2
Y2: (float)  y2
Z2: (float)  z2 

根据速度范围值生成粒子的速度变化类 Speed variation class for particles based on speed range values

Parameters
x1起始的速度x值 Initial speed x value
y1起始的速度y值 Initial speed y value
z1起始的速度z值 Initial speed z value
x2结束的速度x值 Final speed x value
y2结束的速度y值 Final speed y value
z2结束的速度z值 Final speed z value
Returns
生成粒子的颜色变化类 Color variation class for particle generation

The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。