Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
XY Struct Reference

Public Member Functions

 XY (int _x, int _y)
 

Public Attributes

int x
 
int y
 

Detailed Description

Definition at line 1 of file XY.cs.

Constructor & Destructor Documentation

◆ XY()

XY.XY ( int  _x,
int  _y 
)
inline

Definition at line 7 of file XY.cs.

8 {
9 x = _x;
10 y = _y;
11 }
int y
Definition: XY.cs:5
int x
Definition: XY.cs:3

References x, and y.

Member Data Documentation

◆ x

int XY.x

Definition at line 3 of file XY.cs.

Referenced by LogicalFire.Update(), and XY().

◆ y

int XY.y

Definition at line 5 of file XY.cs.

Referenced by LogicalFire.Update(), and XY().


The documentation for this struct was generated from the following file: