UnityEngine.BitStream.INTERNAL_CALL_Serializen C# (CSharp) Method

INTERNAL_CALL_Serializen() private method

private INTERNAL_CALL_Serializen ( BitStream self, NetworkViewID &viewID ) : void
self BitStream
viewID NetworkViewID
return void
        private static extern void INTERNAL_CALL_Serializen(BitStream self, ref NetworkViewID viewID);
        [MethodImpl(MethodImplOptions.InternalCall)]

Usage Example

コード例 #1
0
		private void Serializen(ref NetworkViewID viewID)
		{
			BitStream.INTERNAL_CALL_Serializen(this, ref viewID);
		}