Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MBBoxEmitter
C# 클래스 MBBoxEmitter, Pharos
상속:
MBEmitterType
파일 보기
프로젝트 열기: rstaewen/Pharos
공개 프로퍼티들
프로퍼티
타입
설명
DistributionPointsX
int
DistributionPointsY
int
DistributionPointsZ
int
EvenlySpread
bool
공개 메소드들
메소드
설명
GetPosition
(
MBParticle,
PT
) :
Vector3
OnPlay
( ) :
void
Reset
( ) :
void
Validate
( ) :
void
보호된 메소드들
메소드
설명
DoGizmos
( ) :
void
메소드 상세
DoGizmos()
보호된
메소드
protected
DoGizmos
( ) :
void
리턴
void
GetPosition()
공개
메소드
public
GetPosition
(
MBParticle,
PT
) :
Vector3
PT
MBParticle,
리턴
Vector3
OnPlay()
공개
메소드
public
OnPlay
( ) :
void
리턴
void
Reset()
공개
메소드
public
Reset
( ) :
void
리턴
void
Validate()
공개
메소드
public
Validate
( ) :
void
리턴
void
프로퍼티 상세
DistributionPointsX
공개적으로 프로퍼티
Number of spawnpoints on the x-asis the rectangle will be divided into when evenly spread
public
int
DistributionPointsX
리턴
int
DistributionPointsY
공개적으로 프로퍼티
Number of spawnpoints on the y-asis the rectangle will be divided into when evenly spread
public
int
DistributionPointsY
리턴
int
DistributionPointsZ
공개적으로 프로퍼티
Number of spawnpoints on the z-asis the rectangle will be divided into when evenly spread
public
int
DistributionPointsZ
리턴
int
EvenlySpread
공개적으로 프로퍼티
True to spawn particles evenly spread along the rectangle
public
bool
EvenlySpread
리턴
bool