INTERNAL_CALL_Internal_SetMousePosition() private method

private INTERNAL_CALL_Internal_SetMousePosition ( Event self, Vector2 &value ) : void
self Event
value Vector2
return void
コード例 #1
0
 private void Internal_SetMousePosition(Vector2 value)
 {
     Event.INTERNAL_CALL_Internal_SetMousePosition(this, ref value);
 }