Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IAnimationSegment.cs
Go to the documentation of this file.
1
namespace
Terraria.GameContent.Animations
;
2
3
public
interface
IAnimationSegment
4
{
5
float
DedicatedTimeNeeded
{
get
; }
6
7
void
Draw
(ref
GameAnimationSegment
info);
8
}
Terraria.GameContent.Animations.IAnimationSegment.Draw
void Draw(ref GameAnimationSegment info)
Terraria.GameContent.Animations.IAnimationSegment.DedicatedTimeNeeded
float DedicatedTimeNeeded
Definition
IAnimationSegment.cs:5
Terraria.GameContent.Animations.IAnimationSegment
Definition
IAnimationSegment.cs:4
Terraria.GameContent.Animations
Definition
Actions.cs:4
Terraria.GameContent.Animations.GameAnimationSegment
Definition
GameAnimationSegment.cs:7
source
Terraria.GameContent.Animations
IAnimationSegment.cs
Generated by
1.10.0