프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DistributeOverTotal | bool | ||
DistributionPoints | int | ||
EvenlySpread | bool | ||
Points | Vector3[] |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
mDistribution | int | ||
mDistributionStep | float | ||
mLengths | float[] | ||
mTotalLength | float |
메소드 | 설명 | |
---|---|---|
CalcLengths ( ) : void | ||
GetDistributionPoint ( int distribution, bool overTotal ) : Vector3 |
Gets a distribution point in emitter's local scale
|
|
GetPosition ( MBParticle, PT ) : Vector3 | ||
OnPlay ( ) : void | ||
Reset ( ) : void | ||
SetDistribution ( int points, bool overTotal ) : void | ||
Validate ( ) : void |
메소드 | 설명 | |
---|---|---|
DoGizmos ( ) : void |
public GetDistributionPoint ( int distribution, bool overTotal ) : Vector3 | ||
distribution | int | distribution index |
overTotal | bool | whether segments length will taken into the calculation |
리턴 | Vector3 |
public SetDistribution ( int points, bool overTotal ) : void | ||
points | int | |
overTotal | bool | |
리턴 | void |