InterfaceVRCanvas.cs 81 B

123456
  1. using System;
  2. public interface InterfaceVRCanvas
  3. {
  4. void OnUpdateCanvas();
  5. }