Пример #1
0
        public void ProcessDepthData(DepthData planeData)
        {
            if (!EditorApplication.isPlaying)
            {
                return;
            }

            var planeDataBytes = RemotingUtils.StructToByteArray <DepthData>(planeData);

            ProcessDepthData(planeDataBytes);
        }
Пример #2
0
 public void ProcessDepthData(DepthData depthData)
 {
     Debug.Log("ProcessDepthData");
 }