コード例 #1
0
 public static IReadOnlyReactiveProperty <Vector2> RightTouchPosition(this Component component)
 {
     if (component == null)
     {
         return(null);
     }
     return(ObservableSteamInput.RightTouchPosition());
 }