![]() |
Pathfinder
v3.0
The definitive Hacknet programmable modding system
|
Inheritance diagram for Pathfinder.Event.OSEndDrawEvent:Public Member Functions | |
| OSEndDrawEvent (OS os, GameTime time) | |
| OSEndDrawEvent (OS os, GameTime time, Type type) | |
Public Member Functions inherited from Pathfinder.Event.OSDrawEvent | |
| OSDrawEvent (OS os, GameTime time) | |
| OSDrawEvent (OS os, GameTime time, Type type) | |
Public Member Functions inherited from Pathfinder.Event.OSEvent | |
| OSEvent (OS os) | |
Public Member Functions inherited from Pathfinder.Event.PathfinderEvent | |
| void | CallEvent () |
Additional Inherited Members | |
Public Types inherited from Pathfinder.Event.OSDrawEvent | |
| enum | Type { Type.Standard, Type.EndingSequence, Type.BootAssistance, Type.BootingSequence, Type.Loading, Type.Error, Type.Custom } |
Static Public Member Functions inherited from Pathfinder.Event.OSDrawEvent | |
| static void | SetCustomDraw (bool shouldDrawCustomOs) |
| static Type | GetType (OS os) |
Properties inherited from Pathfinder.Event.OSDrawEvent | |
| bool | IgnorePostFXDraw [get, set] |
| bool | IgnoreScanlines [get, set] |
| GameTime | GameTime [get] |
| Type | DrawType [get, set] |
Properties inherited from Pathfinder.Event.OSEvent | |
| OS | OS [get] |
Properties inherited from Pathfinder.Event.PathfinderEvent | |
| bool | IsCancelled [get, set] |