Method BindParam
BindParam(string, int)
Binds the specified parameter with the specified value.
public void BindParam(string param, int value)
Parameters
BindParam(string, float)
Binds the specified parameter with the specified value.
public void BindParam(string param, float value)
Parameters
BindParam(string, string)
Binds the specified parameter with the specified value.
public void BindParam(string param, string value)
Parameters
BindParam(string, Vector3)
Binds the specified parameter with the specified value.
public void BindParam(string param, Vector3 value)
Parameters
BindParam(string, NwObject)
Binds the specified parameter with the specified value.
public void BindParam(string param, NwObject value)