Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FillModes()

static Dictionary< int, CaptureInterfaceMode > Terraria.Graphics.Capture.CaptureInterface.FillModes ( )
inlinestaticprivate

Definition at line 910 of file CaptureInterface.cs.

911 {
913 {
914 {
915 0,
916 new ModeEdgeSelection()
917 },
918 {
919 1,
920 new ModeDragBounds()
921 },
922 {
923 2,
924 new ModeChangeSettings()
925 }
926 };
927 }