|
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
|
Collaboration diagram for Terraria.Cinematics.FrameEventData:Public Member Functions | |
| FrameEventData (int absoluteFrame, int start, int duration) | |
Properties | |
| int | AbsoluteFrame [get, set] |
| int | Start [get, set] |
| int | Duration [get, set] |
| int | Frame [get, set] |
| bool | IsFirstFrame [get, set] |
| bool | IsLastFrame [get, set] |
| int | Remaining [get, set] |
Private Attributes | |
| int | _absoluteFrame |
| int | _start |
| int | _duration |
Definition at line 8 of file FrameEventData.cs.