|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Terraria.GameContent.Animations.Segments.EmoteSegment:
Collaboration diagram for Terraria.GameContent.Animations.Segments.EmoteSegment:Public Member Functions | |
| EmoteSegment (int emoteId, int targetTime, int timeToPlay, Vector2 position, SpriteEffects drawEffect, Vector2 velocity=default(Vector2)) | |
| void | Draw (ref GameAnimationSegment info) |
Properties | |
| float | DedicatedTimeNeeded [get, set, private set] |
Private Member Functions | |
| Rectangle | GetFrame (int wrappedTime) |
Private Attributes | |
| float< DedicatedTimeNeeded > | k__BackingField |
| int | _targetTime |
| Vector2 | _offset |
| SpriteEffects | _effect |
| int | _emoteId |
| Vector2 | _velocity |
Definition at line 1438 of file Segments.cs.