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

◆ DrawGizmos()

void InControl.TouchSprite.DrawGizmos ( Vector3 position,
Color color )
inline

Definition at line 228 of file TouchSprite.cs.

229 {
230 TouchSpriteShape touchSpriteShape = this.shape;
231 float x = this.worldSize.x;
232 float y = this.worldSize.y;
233 if (!true)
234 {
235 }
236 if (touchSpriteShape != TouchSpriteShape.Oval)
237 {
238 return;
239 }
240 }
class f__AnonymousType0<< Count > j__TPar
TouchSpriteShape shape

References j__TPar, InControl.TouchSprite.shape, InControl.TouchSprite.worldSize, UnityEngine.Vector2.x, and UnityEngine.Vector2.y.