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