C# Class IsoUnityBasicType, isoAbbeyTFG

Inheritance: IsoUnityType
Datei anzeigen 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_oe property

public bool b
return bool

c public_oe property

public char c
return char

f public_oe property

public float f
return float

i public_oe property

public int i
return int

q public_oe property

public Quaternion q
return Quaternion

s public_oe property

public string s
return string

v2 public_oe property

public Vector2 v2
return Vector2

v3 public_oe property

public Vector3 v3
return Vector3

v4 public_oe property

public Vector4 v4
return Vector4

whatIs public_oe property

public string whatIs
return string