Property | Type | Description | |
---|---|---|---|
EPS_DOUBLE | double | ||
NULL_DOUBLE | double | ||
NULL_INT | System.Int64 | ||
NULL_OBJECT | |||
NULL_STRING | string | ||
NULL_TDATA | TData | ||
NULL_VECTOR2 | |||
NULL_VECTOR3 |
Method | Description | |
---|---|---|
AddFloat ( double value ) : bool | ||
AddInt ( System.Int64 value ) : bool | ||
AddObject ( |
||
AddString ( string value ) : bool | ||
AddVector2 ( |
||
AddVector3 ( |
||
Clear ( ) : void | ||
Count ( ) : int | ||
FloatVal ( int index ) : double | ||
GetData ( int index ) : TData | ||
GetType ( int index ) : VARIANT_TYPE | ||
IntVal ( int index ) : System.Int64 | ||
ObjectVal ( int index ) : |
||
SetFloat ( int index, double value ) : bool | ||
SetInt ( int index, System.Int64 value ) : bool | ||
SetObject ( int index, |
||
SetString ( int index, string value ) : bool | ||
SetVector2 ( int index, |
||
SetVector3 ( int index, |
||
StringVal ( int index ) : string | ||
Vector2Val ( int index ) : |
||
Vector3Val ( int index ) : |
public abstract AddFloat ( double value ) : bool | ||
value | double | |
return | bool |
public abstract AddInt ( System.Int64 value ) : bool | ||
value | System.Int64 | |
return | bool |
public abstract AddObject ( |
||
value | ||
return | bool |
public abstract AddString ( string value ) : bool | ||
value | string | |
return | bool |
public abstract AddVector2 ( |
||
value | ||
return | bool |
public abstract AddVector3 ( |
||
value | ||
return | bool |
public abstract FloatVal ( int index ) : double | ||
index | int | |
return | double |
public abstract GetData ( int index ) : TData | ||
index | int | |
return | TData |
public abstract GetType ( int index ) : VARIANT_TYPE | ||
index | int | |
return | VARIANT_TYPE |
public abstract IntVal ( int index ) : System.Int64 | ||
index | int | |
return | System.Int64 |
public abstract ObjectVal ( int index ) : |
||
index | int | |
return |
public abstract SetFloat ( int index, double value ) : bool | ||
index | int | |
value | double | |
return | bool |
public abstract SetInt ( int index, System.Int64 value ) : bool | ||
index | int | |
value | System.Int64 | |
return | bool |
public abstract SetObject ( int index, |
||
index | int | |
value | ||
return | bool |
public abstract SetString ( int index, string value ) : bool | ||
index | int | |
value | string | |
return | bool |
public abstract SetVector2 ( int index, |
||
index | int | |
value | ||
return | bool |
public abstract SetVector3 ( int index, |
||
index | int | |
value | ||
return | bool |
public abstract StringVal ( int index ) : string | ||
index | int | |
return | string |
public abstract Vector2Val ( int index ) : |
||
index | int | |
return |
public abstract Vector3Val ( int index ) : |
||
index | int | |
return |
public static NFVector2,NFrame NULL_VECTOR2 | ||
return |