terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
BorderColor
Color
Microsoft.Xna.Framework.Graphics.SamplerState.BorderColor
get
set
Definition at line
65
of file
SamplerState.cs
.
66
{
67
get
68
{
69
Color
borderColor
= this.
_borderColor
;
70
Color
color;
71
return
color;
72
}
73
set
74
{
75
this.
ThrowIfBound
();
76
this._borderColor
=
value
;
77
}
78
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Xna.Framework.Graphics.SamplerState.ThrowIfBound
void ThrowIfBound()
Definition
SamplerState.cs:207
Microsoft.Xna.Framework.Graphics.SamplerState._borderColor
Color _borderColor
Definition
SamplerState.cs:305
Microsoft.Xna.Framework.Graphics.SurfaceFormat.Color
@ Color
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
SamplerState
Generated by
1.10.0