C# Класс Drought.Graphics.Particles.ParticleSettings

Settings class describes all the tweakable options used to control the appearance of a particle system.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DestinationBlend Blend
Duration System.TimeSpan
DurationRandomness float
EmitterVelocitySensitivity float
EndVelocity float
Gravity Vector3
MaxColor Color
MaxEndSize float
MaxHorizontalVelocity float
MaxParticles int
MaxRotateSpeed float
MaxStartSize float
MaxVerticalVelocity float
MinColor Color
MinEndSize float
MinHorizontalVelocity float
MinRotateSpeed float
MinStartSize float
MinVerticalVelocity float
SourceBlend Blend
TextureName string

Описание свойств

DestinationBlend публичное свойство

public Blend DestinationBlend
Результат Blend

Duration публичное свойство

public TimeSpan,System Duration
Результат System.TimeSpan

DurationRandomness публичное свойство

public float DurationRandomness
Результат float

EmitterVelocitySensitivity публичное свойство

public float EmitterVelocitySensitivity
Результат float

EndVelocity публичное свойство

public float EndVelocity
Результат float

Gravity публичное свойство

public Vector3 Gravity
Результат Vector3

MaxColor публичное свойство

public Color MaxColor
Результат Color

MaxEndSize публичное свойство

public float MaxEndSize
Результат float

MaxHorizontalVelocity публичное свойство

public float MaxHorizontalVelocity
Результат float

MaxParticles публичное свойство

public int MaxParticles
Результат int

MaxRotateSpeed публичное свойство

public float MaxRotateSpeed
Результат float

MaxStartSize публичное свойство

public float MaxStartSize
Результат float

MaxVerticalVelocity публичное свойство

public float MaxVerticalVelocity
Результат float

MinColor публичное свойство

public Color MinColor
Результат Color

MinEndSize публичное свойство

public float MinEndSize
Результат float

MinHorizontalVelocity публичное свойство

public float MinHorizontalVelocity
Результат float

MinRotateSpeed публичное свойство

public float MinRotateSpeed
Результат float

MinStartSize публичное свойство

public float MinStartSize
Результат float

MinVerticalVelocity публичное свойство

public float MinVerticalVelocity
Результат float

SourceBlend публичное свойство

public Blend SourceBlend
Результат Blend

TextureName публичное свойство

public string TextureName
Результат string