Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
GetFloatParam ( int index ) : float | ||
GetIntParam ( int index ) : int | ||
GetReferenceParam ( int index ) : uint | ||
GetStringParam ( int index ) : string | ||
SetFloatParam ( int index, float value ) : void | ||
SetIntParam ( int index, int value ) : void | ||
SetReferenceParam ( int index, uint value ) : void | ||
SetStringParam ( int index, string value ) : void | ||
ToString ( ) : string |
public GetReferenceParam ( int index ) : uint | ||
index | int | |
Résultat | uint |
public GetStringParam ( int index ) : string | ||
index | int | |
Résultat | string |
public SetFloatParam ( int index, float value ) : void | ||
index | int | |
value | float | |
Résultat | void |
public SetIntParam ( int index, int value ) : void | ||
index | int | |
value | int | |
Résultat | void |
public SetReferenceParam ( int index, uint value ) : void | ||
index | int | |
value | uint | |
Résultat | void |
public SetStringParam ( int index, string value ) : void | ||
index | int | |
value | string | |
Résultat | void |