| GameLiftManagerGameControllerReceiveARPlaneAsMesh Method |
Is called when someone sends an AR Plane's vertices. This transforms the byte[] of the float[] of
vertices of the sent Mesh into a Vector3[] to create a Mesh from.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void ReceiveARPlaneAsMesh(
DataReceivedEventArgs _packet
)
Public Sub ReceiveARPlaneAsMesh (
_packet As DataReceivedEventArgs
)
public:
void ReceiveARPlaneAsMesh(
DataReceivedEventArgs^ _packet
)
member ReceiveARPlaneAsMesh :
_packet : DataReceivedEventArgs -> unit
Parameters
- _packet
- Type: DataReceivedEventArgs
The packet containing the id of the ASL Object and the float array to
be converted into a Vector3 array of Mesh vertices
See Also