com.onlineobject.objectnet Namespace

Vector2Input Constructor

Initializes a new instance of the Vector2Input class with a specified name, code, and locality.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public Vector2Input(

	string name,

	byte code,

	bool local

)

Parameters

name
Type: String
The name of the input entry.
code
Type: Byte
The unique byte code representing the input entry.
local
Type: Boolean
Optional boolean indicating whether the input is local. Default is false.