Table of Contents

CheckData

Methods
public bool CheckData(Basic other, bool throwException = true)
Parameters
Type Name Description
Basic other
bool throwException
Returns
Type Description
bool
public bool CheckData(bool b, byte[] ba, float f, double d, byte by, sbyte sby, short sh, ushort ush, char ch, int i, uint ui, long i64, ulong ui64, Quaternion q, string s, Vector2 vec2, Vector3 vec3, Color clr, bool throwException = true)
Parameters
Type Name Description
bool b
byte[] ba
float f
double d
byte by
sbyte sby
short sh
ushort ush
char ch
int i
uint ui
long i64
ulong ui64
Quaternion q
string s
Vector2 vec2
Vector3 vec3
Color clr
bool throwException
Returns
Type Description
bool
public bool CheckData(bool b, byte[] ba, float f, double d, byte by, short sh, char ch, int i, uint ui, long i64, ulong ui64, Quaternion q, string s, Vector2 vec2, Vector3 vec3, Color clr)
Parameters
Type Name Description
bool b
byte[] ba
float f
double d
byte by
short sh
char ch
int i
uint ui
long i64
ulong ui64
Quaternion q
string s
Vector2 vec2
Vector3 vec3
Color clr
Returns
Type Description
bool
public bool CheckData(bool b, byte[] ba, float f, int i, uint ui, long i64, ulong ui64, Quaternion q)
Parameters
Type Name Description
bool b
byte[] ba
float f
int i
uint ui
long i64
ulong ui64
Quaternion q
Returns
Type Description
bool