UnityEngine.NScreenBridge.SetInput C# (CSharp) 메소드

SetInput() 개인적인 메소드

private SetInput ( int x, int y, int button, int key, int type ) : void
x int
y int
button int
key int
type int
리턴 void
        public extern void SetInput(int x, int y, int button, int key, int type);
        [MethodImpl(MethodImplOptions.InternalCall)]