NetworkObject..::..RegisterInput<(Of <(<'T>)>)> Method
Registers an input with a specified name and type.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public IInputEntry<T> RegisterInput<T>( string name )
Type Parameters
- T
- The type of the input to register.
Parameters
- name
- Type: String
The name of the input to register.

