C# Class IsoUnityBasicType, isoAbbeyTFG

Inheritance: IsoUnityType
Show file Open project: nvidiosin/isoAbbeyTFG Class Usage Examples

Public Properties

Property Type Description
b bool
c char
f float
i int
q Quaternion
s string
v2 Vector2
v3 Vector3
v4 Vector4
whatIs string

Public Methods

Method Description
canHandle ( object o ) : bool
clone ( ) : IsoUnityType,
fromJSONObject ( JSONObject, json ) : void
toJSONObject ( ) : JSONObject,

Method Details

canHandle() public method

public canHandle ( object o ) : bool
o object
return bool

clone() public method

public clone ( ) : IsoUnityType,
return IsoUnityType,

fromJSONObject() public method

public fromJSONObject ( JSONObject, json ) : void
json JSONObject,
return void

toJSONObject() public method

public toJSONObject ( ) : JSONObject,
return JSONObject,

Property Details

b public property

public bool b
return bool

c public property

public char c
return char

f public property

public float f
return float

i public property

public int i
return int

q public property

public Quaternion q
return Quaternion

s public property

public string s
return string

v2 public property

public Vector2 v2
return Vector2

v3 public property

public Vector3 v3
return Vector3

v4 public property

public Vector4 v4
return Vector4

whatIs public property

public string whatIs
return string