Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
GameAnimationSegment.cs
Go to the documentation of this file.
1
using
Microsoft.Xna.Framework
;
2
using
Microsoft.Xna.Framework.Graphics
;
3
4
namespace
Terraria.GameContent.Animations
;
5
6
public
struct
GameAnimationSegment
7
{
8
public
SpriteBatch
SpriteBatch
;
9
10
public
Vector2
AnchorPositionOnScreen
;
11
12
public
int
TimeInAnimation
;
13
14
public
float
DisplayOpacity
;
15
}
Microsoft.Xna.Framework.Graphics.SpriteBatch
Definition
SpriteBatch.cs:8
Microsoft.Xna.Framework.Graphics
Definition
AlphaTestEffect.cs:1
Microsoft.Xna.Framework
Definition
AlphaTestEffect.cs:1
Terraria.GameContent.Animations
Definition
Actions.cs:4
Microsoft.Xna.Framework.Vector2
Definition
Vector2.cs:12
Terraria.GameContent.Animations.GameAnimationSegment.TimeInAnimation
int TimeInAnimation
Definition
GameAnimationSegment.cs:12
Terraria.GameContent.Animations.GameAnimationSegment.DisplayOpacity
float DisplayOpacity
Definition
GameAnimationSegment.cs:14
Terraria.GameContent.Animations.GameAnimationSegment.SpriteBatch
SpriteBatch SpriteBatch
Definition
GameAnimationSegment.cs:8
Terraria.GameContent.Animations.GameAnimationSegment.AnchorPositionOnScreen
Vector2 AnchorPositionOnScreen
Definition
GameAnimationSegment.cs:10
Terraria.GameContent.Animations.GameAnimationSegment
Definition
GameAnimationSegment.cs:7
source
Terraria.GameContent.Animations
GameAnimationSegment.cs
Generated by
1.10.0