|
Terraria v1.4.4.9
Terraria source code documentation
|
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, private set] |
Private Member Functions | |
| Rectangle | GetFrame (int wrappedTime) |
Private Attributes | |
| int | _targetTime |
| Vector2 | _offset |
| SpriteEffects | _effect |
| int | _emoteId |
| Vector2 | _velocity |
Definition at line 442 of file Segments.cs.