Barotrauma Client
Loading...
Searching...
No Matches
Barotrauma.CharacterParams.ParticleParams Class Reference
Inheritance diagram for Barotrauma.CharacterParams.ParticleParams:
Barotrauma.CharacterParams.SubParam Barotrauma.ISerializableEntity

Public Member Functions

 ParticleParams (ContentXElement element, CharacterParams character)
 
- Public Member Functions inherited from Barotrauma.CharacterParams.SubParam
 SubParam (ContentXElement element, CharacterParams character)
 
virtual bool Deserialize (bool recursive=true)
 
virtual bool Serialize (bool recursive=true)
 
virtual void Reset ()
 

Properties

override string Name [get]
 
string Particle [get, set]
 
float AngleMin [get]
 
float AngleMax [get]
 
float ScaleMin [get]
 
float ScaleMax [get]
 
float VelocityMin [get]
 
float VelocityMax [get]
 
float EmitInterval [get]
 
int ParticlesPerSecond [get]
 
int ParticleAmount [get]
 
bool HighQualityCollisionDetection [get]
 
bool CopyEntityAngle [get]
 
- Properties inherited from Barotrauma.CharacterParams.SubParam
virtual string Name [get, set]
 
Dictionary< Identifier, SerializablePropertySerializableProperties [get]
 
ContentXElement Element [get, set]
 
List< SubParamSubParams = new List<SubParam>() [get, set]
 
CharacterParams Character [get]
 
- Properties inherited from Barotrauma.ISerializableEntity

Additional Inherited Members

- Protected Member Functions inherited from Barotrauma.CharacterParams.SubParam
ContentXElement CreateElement (string name, params object[] attrs)
 
bool RemoveSubParam< T > (T subParam, IList< T > collection=null)
 

Constructor & Destructor Documentation

◆ ParticleParams()

Barotrauma.CharacterParams.ParticleParams.ParticleParams ( ContentXElement element,
CharacterParams character )

Property Documentation

◆ AngleMax

float Barotrauma.CharacterParams.ParticleParams.AngleMax
get

◆ AngleMin

float Barotrauma.CharacterParams.ParticleParams.AngleMin
get

◆ CopyEntityAngle

bool Barotrauma.CharacterParams.ParticleParams.CopyEntityAngle
get

◆ EmitInterval

float Barotrauma.CharacterParams.ParticleParams.EmitInterval
get

◆ HighQualityCollisionDetection

bool Barotrauma.CharacterParams.ParticleParams.HighQualityCollisionDetection
get

◆ Name

override string Barotrauma.CharacterParams.ParticleParams.Name
get

◆ Particle

string Barotrauma.CharacterParams.ParticleParams.Particle
getset

◆ ParticleAmount

int Barotrauma.CharacterParams.ParticleParams.ParticleAmount
get

◆ ParticlesPerSecond

int Barotrauma.CharacterParams.ParticleParams.ParticlesPerSecond
get

◆ ScaleMax

float Barotrauma.CharacterParams.ParticleParams.ScaleMax
get

◆ ScaleMin

float Barotrauma.CharacterParams.ParticleParams.ScaleMin
get

◆ VelocityMax

float Barotrauma.CharacterParams.ParticleParams.VelocityMax
get

◆ VelocityMin

float Barotrauma.CharacterParams.ParticleParams.VelocityMin
get

The documentation for this class was generated from the following file: