Click or drag to resize

NetworkedBehaviourGetNetworkedObject Method

Gets the local instance of a object with a given NetworkId

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected NetworkedObject GetNetworkedObject(
	uint networkId
)

Parameters

networkId
Type: SystemUInt32

[Missing <param name="networkId"/> documentation for "M:MLAPI.NetworkedBehaviour.GetNetworkedObject(System.UInt32)"]

Return Value

Type: NetworkedObject

[Missing <returns> documentation for "M:MLAPI.NetworkedBehaviour.GetNetworkedObject(System.UInt32)"]

See Also