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

◆ Visible

bool Microsoft.Xna.Framework.DrawableGameComponent.Visible
getset

Implements Microsoft.Xna.Framework.IDrawable.

Definition at line 108 of file DrawableGameComponent.cs.

109 {
110 get
111 {
112 return this._isVisible;
113 }
114 set
115 {
116 bool isVisible = this._isVisible;
117 }
118 }
class f__AnonymousType0<< Count > j__TPar