Barotrauma Client Doc
Barotrauma.SpriteDeformations.InflateParams Class Reference
Inheritance diagram for Barotrauma.SpriteDeformations.InflateParams:
Barotrauma.SpriteDeformations.SpriteDeformationParams Barotrauma.ISerializableEntity

Public Member Functions

 InflateParams (XElement element)
 
- Public Member Functions inherited from Barotrauma.SpriteDeformations.SpriteDeformationParams
 SpriteDeformationParams (XElement element)
 

Properties

override float Frequency = 1 [get, set]
 
float Scale [get, set]
 
- Properties inherited from Barotrauma.SpriteDeformations.SpriteDeformationParams
int Sync [get]
 A negative value means that the deformation is used only by one sprite only (default). A positive value means that this deformation is or could be used for multiple sprites. This behaviour is not automatic, and has to be implemented for any particular case separately (currently only used in Limbs). More...
 
string Type [get, set]
 
SpriteDeformation.DeformationBlendMode BlendMode [get, set]
 
string Name [get]
 
float Strength [get]
 
float MaxRotation [get]
 
bool UseMovementSine [get, set]
 
bool StopWhenHostIsDead [get, set]
 
bool OnlyInWater [get, set]
 
float SineOffset [get, set]
 Only used if UseMovementSine is enabled. Multiplier for Pi. More...
 
virtual float Frequency = 1 [get, set]
 
Dictionary< Identifier, SerializablePropertySerializableProperties [get, set]
 
Point Resolution [get, set]
 
- Properties inherited from Barotrauma.ISerializableEntity
string Name [get]
 
Dictionary< Identifier, SerializablePropertySerializableProperties [get]
 

Additional Inherited Members

- Static Public Attributes inherited from Barotrauma.SpriteDeformations.SpriteDeformationParams
static readonly Point ShaderMaxResolution = new Point(15, 15)
 Defined in the shader. More...
 

Detailed Description

Definition at line 7 of file Inflate.cs.

Constructor & Destructor Documentation

◆ InflateParams()

Barotrauma.SpriteDeformations.InflateParams.InflateParams ( XElement  element)

Definition at line 14 of file Inflate.cs.

Property Documentation

◆ Frequency

override float Barotrauma.SpriteDeformations.InflateParams.Frequency = 1
getset

Definition at line 10 of file Inflate.cs.

◆ Scale

float Barotrauma.SpriteDeformations.InflateParams.Scale
getset

Definition at line 12 of file Inflate.cs.