Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.DataStructures.SettingsForCharacterPreview Class Reference

Classes

struct  SelectionBasedSettings
 

Public Member Functions

delegate void CustomAnimationCode (Projectile proj, bool walking)
 
void ApplyTo (Projectile proj, bool walking)
 
SettingsForCharacterPreview WhenSelected (int? startFrame=null, int? frameCount=null, int? delayPerFrame=null, bool? bounceLoop=null)
 
SettingsForCharacterPreview WhenNotSelected (int? startFrame=null, int? frameCount=null, int? delayPerFrame=null, bool? bounceLoop=null)
 
SettingsForCharacterPreview WithOffset (Vector2 offset)
 
SettingsForCharacterPreview WithOffset (float x, float y)
 
SettingsForCharacterPreview WithSpriteDirection (int spriteDirection)
 
SettingsForCharacterPreview WithCode (CustomAnimationCode customAnimation)
 

Public Attributes

Vector2 Offset
 
SelectionBasedSettings Selected
 
SelectionBasedSettings NotSelected
 
int SpriteDirection = 1
 
CustomAnimationCode CustomAnimation
 

Static Private Member Functions

static void Modify (ref SelectionBasedSettings target, int? startFrame, int? frameCount, int? delayPerFrame, bool? bounceLoop)
 

Detailed Description

Definition at line 5 of file SettingsForCharacterPreview.cs.


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