MLAPI API Reference
MLAPI API Reference
MLAPI.NetworkedVar.Collections
NetworkedList(T) Class
NetworkedList(T) Methods
Add Method
CanClientRead Method
CanClientWrite Method
Clear Method
Contains Method
CopyTo Method
GetChannel Method
GetEnumerator Method
IndexOf Method
Insert Method
IsDirty Method
ReadDelta Method
ReadField Method
Remove Method
RemoveAt Method
ResetDirty Method
SetNetworkedBehaviour Method
WriteDelta Method
WriteField Method
NetworkedList
T
Contains Method
[This is preliminary documentation and is subject to change.]
Namespace:
MLAPI.NetworkedVar.Collections
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
bool
Contains
( T
item
)
Request Example
View Source
Parameters
item
Type:
T
Return Value
Type:
Boolean
Implements
ICollection
T
Contains(T)
See Also
Reference
NetworkedList
T
Class
MLAPI.NetworkedVar.Collections Namespace