コード例 #1
0
 public static IReadOnlyReactiveProperty <float> RightTriggerValue(this Component component)
 {
     return(ObservableSteamInput.RightTriggerValue());
 }