Elin Modding Docs Doc
All Classes Namespaces
Int3 Class Reference

Public Member Functions

 Int3 (int _x, int _y, int _z)
 
 Int3 (float _x, float _y, float _z)
 
void Set (int _x, int _y, int _z)
 
void Set (float _x, float _y, float _z)
 

Public Attributes

int[] i = new int[3]
 

Properties

int x [get, set]
 
int y [get, set]
 
int z [get, set]
 

Detailed Description

Definition at line 4 of file Int3.cs.

Constructor & Destructor Documentation

◆ Int3() [1/3]

Int3.Int3 ( )

Definition at line 52 of file Int3.cs.

◆ Int3() [2/3]

Int3.Int3 ( int _x,
int _y,
int _z )

Definition at line 57 of file Int3.cs.

◆ Int3() [3/3]

Int3.Int3 ( float _x,
float _y,
float _z )

Definition at line 63 of file Int3.cs.

Member Function Documentation

◆ Set() [1/2]

void Int3.Set ( float _x,
float _y,
float _z )

Definition at line 77 of file Int3.cs.

◆ Set() [2/2]

void Int3.Set ( int _x,
int _y,
int _z )

Definition at line 69 of file Int3.cs.

Member Data Documentation

◆ i

int [] Int3.i = new int[3]

Definition at line 85 of file Int3.cs.

Property Documentation

◆ x

int Int3.x
getset

Definition at line 9 of file Int3.cs.

◆ y

int Int3.y
getset

Definition at line 24 of file Int3.cs.

◆ z

int Int3.z
getset

Definition at line 39 of file Int3.cs.


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