MLAPI/docs/html/T_MLAPI_NetworkedBehaviour.htm

73 lines
48 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>NetworkedBehaviour Class</title><meta name="Language" content="en-us" /><meta name="System.Keywords" content="NetworkedBehaviour class" /><meta name="System.Keywords" content="MLAPI.NetworkedBehaviour class" /><meta name="Microsoft.Help.F1" content="MLAPI.NetworkedBehaviour" /><meta name="Microsoft.Help.Id" content="T:MLAPI.NetworkedBehaviour" /><meta name="Description" content="The base class to override to write networked code. Inherits MonoBehaviour" /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="MLAPI" /><meta name="file" content="T_MLAPI_NetworkedBehaviour" /><meta name="guid" content="T_MLAPI_NetworkedBehaviour" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">MLAPI API Reference<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="../html\N_MLAPI.htm" title="MLAPI API Reference" tocid="roottoc">MLAPI API Reference</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="../html/N_MLAPI.htm" title="MLAPI" tocid="N_MLAPI">MLAPI</a></div><div class="toclevel1 current" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="../html/T_MLAPI_NetworkedBehaviour.htm" title="NetworkedBehaviour Class" tocid="T_MLAPI_NetworkedBehaviour">NetworkedBehaviour Class</a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="../html/M_MLAPI_NetworkedBehaviour__ctor.htm" title="NetworkedBehaviour Constructor " tocid="M_MLAPI_NetworkedBehaviour__ctor">NetworkedBehaviour Constructor </a></div><div class="toclevel2" data-toclevel="2"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="../html/Properties_T_MLAPI_NetworkedBehaviour.htm" title="NetworkedBehaviour Properties" tocid="Properties_T_MLAPI_NetworkedBehaviour">NetworkedBehaviour Properties</a></div><div class="toclevel2" data-toclevel="2"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="../html/Methods_T_MLAPI_NetworkedBehaviour.htm" title="NetworkedBehaviour Methods" tocid="Methods_T_MLAPI_NetworkedBehaviour">NetworkedBehaviour Methods</a></div><div class="toclevel2" data-toclevel="2"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="../html/Fields_T_MLAPI_NetworkedBehaviour.htm" title="NetworkedBehaviour Fields" tocid="Fields_T_MLAPI_NetworkedBehaviour">NetworkedBehaviour Fields</a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn"><h1>NetworkedBehaviour Class</h1></td></tr></table><span class="introStyle"></span> <div class="summary">
The base class to override to write networked code. Inherits MonoBehaviour
</div><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID0RB')" onkeypress="SectionExpandCollapse_CheckKey('ID0RB', event)" tabindex="0"><img id="ID0RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Inheritance Hierarchy</span></div><div id="ID0RBSection" class="collapsibleSection"><a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">System<span id="LST49296EA3_0"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_0?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>Object</a><br />  <span class="nolink">Object</span><br />    <span class="nolink">Component</span><br />      <span class="nolink">Behaviour</span><br />        <span class="nolink">MonoBehaviour</span><br />          <span class="selflink">MLAPI<span id="LST49296EA3_1"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_1?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>NetworkedBehaviour</span><br />            <a href="T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm">MLAPI.MonoBehaviours.Prototyping<span id="LST49296EA3_2"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_2?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>NetworkedAnimator</a><br />            <a href="T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm">MLAPI.MonoBehaviours.Prototyping<span id="LST49296EA3_3"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_3?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>NetworkedNavMeshAgent</a><br />            <a href="T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm">MLAPI.MonoBehaviours.Prototyping<span id="LST49296EA3_4"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_4?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>NetworkedTransform</a><br /></div><p> </p>
<strong>Namespace:</strong>
 <a href="N_MLAPI.htm">MLAPI</a><br />
<strong>Assembly:</strong>
 MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)<div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID2RB')" onkeypress="SectionExpandCollapse_CheckKey('ID2RB', event)" tabindex="0"><img id="ID2RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Syntax</span></div><div id="ID2RBSection" class="collapsibleSection"><div class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="ID1EACA_tab1" class="codeSnippetContainerTabSingle">C#</div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="ID1EACA_copyCode" href="#" class="copyCodeSnippet" onclick="javascript:CopyToClipboard('ID1EACA');return false;" title="Copy">Copy</a></div></div><div id="ID1EACA_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="keyword">public</span> <span class="keyword">abstract</span> <span class="keyword">class</span> <span class="identifier">NetworkedBehaviour</span> : <span class="identifier">MonoBehaviour</span></pre></div></div></div><script type="text/javascript">AddLanguageTabSet("ID1EACA");</script></div><p>The <span class="selflink">NetworkedBehaviour</span> type exposes the following members.</p><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID3RB')" onkeypress="SectionExpandCollapse_CheckKey('ID3RB', event)" tabindex="0"><img id="ID3RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Constructors</span></div><div id="ID3RBSection" class="collapsibleSection"><table class="members" id="constructorList"><tr><th class="iconColumn">
 
</th><th>Name</th><th>Description</th></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour__ctor.htm">NetworkedBehaviour</a></td><td><div class="summary">Initializes a new instance of the <span class="selflink">NetworkedBehaviour</span> class</div></td></tr></table><a href="#PageHeader">Top</a></div><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID4RB')" onkeypress="SectionExpandCollapse_CheckKey('ID4RB', event)" tabindex="0"><img id="ID4RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Properties</span></div><div id="ID4RBSection" class="collapsibleSection"><table class="members" id="propertyList"><tr><th class="iconColumn">
 
</th><th>Name</th><th>Description</th></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">animation</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">audio</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">camera</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">collider</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">collider2D</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">constantForce</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">enabled</span></td><td> (Inherited from <span class="nolink">Behaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">gameObject</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">guiElement</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">guiText</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">guiTexture</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">hideFlags</span></td><td> (Inherited from <span class="nolink">Object</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">hingeJoint</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">isActiveAndEnabled</span></td><td> (Inherited from <span class="nolink">Behaviour</span>.)</td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protproperty.gif" alt="Protected property" title="Protected property" /></td><td><a href="P_MLAPI_NetworkedBehaviour_isClient.htm">isClient</a></td><td><div class="summary">
Gets if we are executing as client
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protproperty.gif" alt="Protected property" title="Protected property" /></td><td><a href="P_MLAPI_NetworkedBehaviour_isHost.htm">isHost</a></td><td><div class="summary">
Gets if we are executing as Host, I.E Server and Client
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_MLAPI_NetworkedBehaviour_isLocalPlayer.htm">isLocalPlayer</a></td><td><div class="summary">
Gets if the object is the the personal clients player object
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_MLAPI_NetworkedBehaviour_isOwner.htm">isOwner</a></td><td><div class="summary">
Gets if the object is owned by the local player
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protproperty.gif" alt="Protected property" title="Protected property" /></td><td><a href="P_MLAPI_NetworkedBehaviour_isServer.htm">isServer</a></td><td><div class="summary">
Gets if we are executing as server
</div></td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">light</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">name</span></td><td> (Inherited from <span class="nolink">Object</span>.)</td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_MLAPI_NetworkedBehaviour_networkedObject.htm">networkedObject</a></td><td><div class="summary">
Gets the NetworkedObject that owns this NetworkedBehaviour instance
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_MLAPI_NetworkedBehaviour_networkId.htm">networkId</a></td><td><div class="summary">
Gets the NetworkId of the NetworkedObject that owns the NetworkedBehaviour instance
</div></td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">networkView</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_MLAPI_NetworkedBehaviour_ownerClientId.htm">ownerClientId</a></td><td><div class="summary">
Gets the clientId that owns the NetworkedObject
</div></td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">particleEmitter</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">particleSystem</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">renderer</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">rigidbody</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">rigidbody2D</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">runInEditMode</span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">tag</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">transform</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><span class="nolink">useGUILayout</span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr></table><a href="#PageHeader">Top</a></div><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID5RB')" onkeypress="SectionExpandCollapse_CheckKey('ID5RB', event)" tabindex="0"><img id="ID5RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Methods</span></div><div id="ID5RBSection" class="collapsibleSection"><table class="members" id="methodList"><tr><th class="iconColumn">
 
</th><th>Name</th><th>Description</th></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">BroadcastMessage(String)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">BroadcastMessage(String, Object)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">BroadcastMessage(String, SendMessageOptions)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">BroadcastMessage(String, Object, SendMessageOptions)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">CancelInvoke<span id="LST49296EA3_5"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_5?cs=()|vb=|cpp=()|nu=()|fs=()");</script></span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">CancelInvoke(String)</span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">CompareTag</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_DeregisterMessageHandler.htm">DeregisterMessageHandler</a></td><td><div class="summary">
Deregisters a given message handler
</div></td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">Equals</span></td><td> (Inherited from <span class="nolink">Object</span>.)</td></tr><tr data="protected;inherited;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/4k87zsw7" target="_blank">Finalize</a></td><td> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponent(Type)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponent(String)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponent``1<span id="LST49296EA3_6"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_6?cs=()|vb=|cpp=()|nu=()|fs=()");</script></span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentInChildren(Type)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentInChildren(Type, Boolean)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentInChildren``1<span id="LST49296EA3_7"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_7?cs=()|vb=|cpp=()|nu=()|fs=()");</script></span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentInChildren``1(Boolean)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentInParent(Type)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentInParent``1<span id="LST49296EA3_8"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_8?cs=()|vb=|cpp=()|nu=()|fs=()");</script></span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponents(Type)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponents(Type, List<span id="LST49296EA3_9"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_9?cs=&lt;|vb=(Of |cpp=&lt;|fs=&lt;'|nu=(");</script>Component<span id="LST49296EA3_10"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_10?cs=&gt;|vb=)|cpp=&gt;|fs=&gt;|nu=)");</script>)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponents``1<span id="LST49296EA3_11"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_11?cs=()|vb=|cpp=()|nu=()|fs=()");</script></span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponents``1(List<span id="LST49296EA3_12"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_12?cs=&lt;|vb=(Of |cpp=&lt;|fs=&lt;'|nu=(");</script>UMP<span id="LST49296EA3_13"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_13?cs=&gt;|vb=)|cpp=&gt;|fs=&gt;|nu=)");</script>)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentsInChildren(Type)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentsInChildren(Type, Boolean)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentsInChildren``1<span id="LST49296EA3_14"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_14?cs=()|vb=|cpp=()|nu=()|fs=()");</script></span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentsInChildren``1(Boolean)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentsInChildren``1(List<span id="LST49296EA3_15"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_15?cs=&lt;|vb=(Of |cpp=&lt;|fs=&lt;'|nu=(");</script>UMP<span id="LST49296EA3_16"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_16?cs=&gt;|vb=)|cpp=&gt;|fs=&gt;|nu=)");</script>)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentsInChildren``1(Boolean, List<span id="LST49296EA3_17"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_17?cs=&lt;|vb=(Of |cpp=&lt;|fs=&lt;'|nu=(");</script>UMP<span id="LST49296EA3_18"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_18?cs=&gt;|vb=)|cpp=&gt;|fs=&gt;|nu=)");</script>)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentsInParent(Type)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentsInParent(Type, Boolean)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentsInParent``1<span id="LST49296EA3_19"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_19?cs=()|vb=|cpp=()|nu=()|fs=()");</script></span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentsInParent``1(Boolean)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetComponentsInParent``1(Boolean, List<span id="LST49296EA3_20"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_20?cs=&lt;|vb=(Of |cpp=&lt;|fs=&lt;'|nu=(");</script>UMP<span id="LST49296EA3_21"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_21?cs=&gt;|vb=)|cpp=&gt;|fs=&gt;|nu=)");</script>)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetHashCode</span></td><td> (Inherited from <span class="nolink">Object</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">GetInstanceID</span></td><td> (Inherited from <span class="nolink">Object</span>.)</td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_GetNetworkedObject.htm">GetNetworkedObject</a></td><td><div class="summary">
Gets the local instance of a object with a given NetworkId
</div></td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/dfwy45w9" target="_blank">GetType</a></td><td> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">Invoke</span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">InvokeRepeating</span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">IsInvoking<span id="LST49296EA3_22"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_22?cs=()|vb=|cpp=()|nu=()|fs=()");</script></span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">IsInvoking(String)</span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="protected;inherited;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/57ctke0a" target="_blank">MemberwiseClone</a></td><td> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_NetworkStart.htm">NetworkStart</a></td><td><div class="summary">
Gets called when message handlers are ready to be registered and the networking is setup
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_OnGainedOwnership.htm">OnGainedOwnership</a></td><td><div class="summary">
Gets called when the local client gains ownership of this object
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_OnLostOwnership.htm">OnLostOwnership</a></td><td><div class="summary">
Gets called when we loose ownership of this object
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_RegisterMessageHandler.htm">RegisterMessageHandler</a></td><td><div class="summary">
Registers a message handler
</div></td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">SendMessage(String)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">SendMessage(String, Object)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">SendMessage(String, SendMessageOptions)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">SendMessage(String, Object, SendMessageOptions)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">SendMessageUpwards(String)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">SendMessageUpwards(String, Object)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">SendMessageUpwards(String, SendMessageOptions)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">SendMessageUpwards(String, Object, SendMessageOptions)</span></td><td> (Inherited from <span class="nolink">Component</span>.)</td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToClient.htm">SendToClient</a></td><td><div class="summary">
Sends a buffer to a client with a given clientId from Server
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToClients_2.htm">SendToClients(String, String, <span id="LST49296EA3_23"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_23?cpp=array&lt;");</script>Byte<span id="LST49296EA3_24"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_24?cpp=&gt;|cs=[]|vb=()|nu=[]|fs=[]");</script>)</a></td><td><div class="summary">
Sends a buffer to all clients from the server
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToClients.htm">SendToClients(List<span id="LST49296EA3_25"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_25?cs=&lt;|vb=(Of |cpp=&lt;|fs=&lt;'|nu=(");</script>Int32<span id="LST49296EA3_26"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_26?cs=&gt;|vb=)|cpp=&gt;|fs=&gt;|nu=)");</script>, String, String, <span id="LST49296EA3_27"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_27?cpp=array&lt;");</script>Byte<span id="LST49296EA3_28"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_28?cpp=&gt;|cs=[]|vb=()|nu=[]|fs=[]");</script>)</a></td><td><div class="summary">
Sends a buffer to multiple clients from the server
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToClients_1.htm">SendToClients(<span id="LST49296EA3_29"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_29?cpp=array&lt;");</script>Int32<span id="LST49296EA3_30"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_30?cpp=&gt;|cs=[]|vb=()|nu=[]|fs=[]");</script>, String, String, <span id="LST49296EA3_31"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_31?cpp=array&lt;");</script>Byte<span id="LST49296EA3_32"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_32?cpp=&gt;|cs=[]|vb=()|nu=[]|fs=[]");</script>)</a></td><td><div class="summary">
Sends a buffer to multiple clients from the server
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToClientsTarget_2.htm">SendToClientsTarget(String, String, <span id="LST49296EA3_33"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_33?cpp=array&lt;");</script>Byte<span id="LST49296EA3_34"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_34?cpp=&gt;|cs=[]|vb=()|nu=[]|fs=[]");</script>)</a></td><td><div class="summary">
Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToClientsTarget.htm">SendToClientsTarget(List<span id="LST49296EA3_35"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_35?cs=&lt;|vb=(Of |cpp=&lt;|fs=&lt;'|nu=(");</script>Int32<span id="LST49296EA3_36"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_36?cs=&gt;|vb=)|cpp=&gt;|fs=&gt;|nu=)");</script>, String, String, <span id="LST49296EA3_37"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_37?cpp=array&lt;");</script>Byte<span id="LST49296EA3_38"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_38?cpp=&gt;|cs=[]|vb=()|nu=[]|fs=[]");</script>)</a></td><td><div class="summary">
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToClientsTarget_1.htm">SendToClientsTarget(<span id="LST49296EA3_39"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_39?cpp=array&lt;");</script>Int32<span id="LST49296EA3_40"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_40?cpp=&gt;|cs=[]|vb=()|nu=[]|fs=[]");</script>, String, String, <span id="LST49296EA3_41"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_41?cpp=array&lt;");</script>Byte<span id="LST49296EA3_42"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST49296EA3_42?cpp=&gt;|cs=[]|vb=()|nu=[]|fs=[]");</script>)</a></td><td><div class="summary">
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToClientTarget.htm">SendToClientTarget</a></td><td><div class="summary">
Sends a buffer to a client with a given clientId from Server. Only handlers on this NetworkedBehaviour gets invoked
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToLocalClient.htm">SendToLocalClient</a></td><td><div class="summary">
Sends a buffer to the server from client
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToLocalClientTarget.htm">SendToLocalClientTarget</a></td><td><div class="summary">
Sends a buffer to the client that owns this object from the server. Only handlers on this NetworkedBehaviour will get invoked
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToNonLocalClients.htm">SendToNonLocalClients</a></td><td><div class="summary">
Sends a buffer to all clients except to the owner object from the server
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToNonLocalClientsTarget.htm">SendToNonLocalClientsTarget</a></td><td><div class="summary">
Sends a buffer to all clients except to the owner object from the server. Only handlers on this NetworkedBehaviour will get invoked
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToServer.htm">SendToServer</a></td><td><div class="summary">
Sends a buffer to the server from client
</div></td></tr><tr data="protected;declared;notNetfw;"><td><img src="../icons/protmethod.gif" alt="Protected method" title="Protected method" /></td><td><a href="M_MLAPI_NetworkedBehaviour_SendToServerTarget.htm">SendToServerTarget</a></td><td><div class="summary">
Sends a buffer to the server from client. Only handlers on this NetworkedBehaviour will get invoked
</div></td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">StartCoroutine(IEnumerator)</span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">StartCoroutine(String)</span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">StartCoroutine(String, Object)</span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">StartCoroutine_Auto</span></td><td> <strong>Obsolete. </strong> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">StopAllCoroutines</span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">StopCoroutine(String)</span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">StopCoroutine(IEnumerator)</span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">StopCoroutine(Coroutine)</span></td><td> (Inherited from <span class="nolink">MonoBehaviour</span>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><span class="nolink">ToString</span></td><td> (Inherited from <span class="nolink">Object</span>.)</td></tr></table><a href="#PageHeader">Top</a></div><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID6RB')" onkeypress="SectionExpandCollapse_CheckKey('ID6RB', event)" tabindex="0"><img id="ID6RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Fields</span></div><div id="ID6RBSection" class="collapsibleSection"><table class="members" id="fieldList"><tr><th class="iconColumn">
 
</th><th>Name</th><th>Description</th></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubfield.gif" alt="Public field" title="Public field" /></td><td><a href="F_MLAPI_NetworkedBehaviour_SyncVarSyncDelay.htm">SyncVarSyncDelay</a></td><td><div class="summary">
The minimum delay in seconds between SyncedVar sends
</div></td></tr></table><a href="#PageHeader">Top</a></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID7RB')" onkeypress="SectionExpandCollapse_CheckKey('ID7RB', event)" tabindex="0"><img id="ID7RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID7RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="N_MLAPI.htm">MLAPI Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>