C# Class IsoUnityBasicType, isoAbbeyTFG

Inheritance: IsoUnityType
Afficher le fichier Open project: nvidiosin/isoAbbeyTFG Class Usage Examples

Méthodes publiques

Свойство Type Description
b bool
c char
f float
i int
q Quaternion
s string
v2 Vector2
v3 Vector3
v4 Vector4
whatIs string

Méthodes publiques

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

Method Details

canHandle() public méthode

public canHandle ( object o ) : bool
o object
Résultat bool

clone() public méthode

public clone ( ) : IsoUnityType,
Résultat IsoUnityType,

fromJSONObject() public méthode

public fromJSONObject ( JSONObject, json ) : void
json JSONObject,
Résultat void

toJSONObject() public méthode

public toJSONObject ( ) : JSONObject,
Résultat JSONObject,

Property Details

b public_oe property

public bool b
Résultat bool

c public_oe property

public char c
Résultat char

f public_oe property

public float f
Résultat float

i public_oe property

public int i
Résultat int

q public_oe property

public Quaternion q
Résultat Quaternion

s public_oe property

public string s
Résultat string

v2 public_oe property

public Vector2 v2
Résultat Vector2

v3 public_oe property

public Vector3 v3
Résultat Vector3

v4 public_oe property

public Vector4 v4
Résultat Vector4

whatIs public_oe property

public string whatIs
Résultat string