C# Класс UnityEngine.ParticleSystem

Наследование: Component
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Clear void
GetDirectParticleSystemChildrenRecursive void
GetParticleSystems UnityEngine.ParticleSystem[]
GetParticles int
INTERNAL_CALL_Emit void
INTERNAL_get_startColor void
INTERNAL_set_startColor void
Internal_Clear void
Internal_Emit void
Internal_IsAlive bool
Internal_Pause void
Internal_Play void
Internal_Simulate void
Internal_Stop void
IsAlive bool
Pause void
Play void
SetParticles void
SetupDefaultType void
Simulate void
Simulate void
Stop void

Открытые методы

Метод Описание
Clear ( [ withChildren ) : void
Clear ( bool withChildren ) : void
Emit ( Particle particle ) : void
Emit ( Vector3 position, Vector3 velocity, float size, float lifetime, Color32 color ) : void
Emit ( int count ) : void
IsAlive ( [ withChildren ) : bool
IsAlive ( bool withChildren ) : bool
ParticleSystem ( )
Pause ( [ withChildren ) : void
Pause ( bool withChildren ) : void
Play ( [ withChildren ) : void
Play ( bool withChildren ) : void
Simulate ( float t, [ withChildren, [ restart ) : void
Simulate ( float t, bool withChildren, bool restart ) : void
Stop ( [ withChildren ) : void
Stop ( bool withChildren ) : void

Приватные методы

Метод Описание
Clear ( ) : void
GetDirectParticleSystemChildrenRecursive ( Transform transform, List particleSystems ) : void
GetParticleSystems ( ParticleSystem root ) : UnityEngine.ParticleSystem[]
GetParticles ( Particle particles ) : int
INTERNAL_CALL_Emit ( ParticleSystem self, int count ) : void
INTERNAL_get_startColor ( Color &value ) : void
INTERNAL_set_startColor ( Color &value ) : void
Internal_Clear ( ) : void
Internal_Emit ( Particle &particle ) : void
Internal_IsAlive ( ) : bool
Internal_Pause ( ) : void
Internal_Play ( ) : void
Internal_Simulate ( float t, bool restart ) : void
Internal_Stop ( ) : void
IsAlive ( ) : bool
Pause ( ) : void
Play ( ) : void
SetParticles ( Particle particles, int size ) : void
SetupDefaultType ( int type ) : void
Simulate ( float t ) : void
Simulate ( float t, bool withChildren ) : void
Stop ( ) : void

Описание методов

Clear() публичный Метод

public Clear ( [ withChildren ) : void
withChildren [
Результат void

Clear() публичный Метод

public Clear ( bool withChildren ) : void
withChildren bool
Результат void

Emit() публичный Метод

public Emit ( Particle particle ) : void
particle Particle
Результат void

Emit() публичный Метод

public Emit ( Vector3 position, Vector3 velocity, float size, float lifetime, Color32 color ) : void
position Vector3
velocity Vector3
size float
lifetime float
color Color32
Результат void

Emit() публичный Метод

public Emit ( int count ) : void
count int
Результат void

IsAlive() публичный Метод

public IsAlive ( [ withChildren ) : bool
withChildren [
Результат bool

IsAlive() публичный Метод

public IsAlive ( bool withChildren ) : bool
withChildren bool
Результат bool

ParticleSystem() публичный Метод

public ParticleSystem ( )

Pause() публичный Метод

public Pause ( [ withChildren ) : void
withChildren [
Результат void

Pause() публичный Метод

public Pause ( bool withChildren ) : void
withChildren bool
Результат void

Play() публичный Метод

public Play ( [ withChildren ) : void
withChildren [
Результат void

Play() публичный Метод

public Play ( bool withChildren ) : void
withChildren bool
Результат void

Simulate() публичный Метод

public Simulate ( float t, [ withChildren, [ restart ) : void
t float
withChildren [
restart [
Результат void

Simulate() публичный Метод

public Simulate ( float t, bool withChildren, bool restart ) : void
t float
withChildren bool
restart bool
Результат void

Stop() публичный Метод

public Stop ( [ withChildren ) : void
withChildren [
Результат void

Stop() публичный Метод

public Stop ( bool withChildren ) : void
withChildren bool
Результат void