File tree Expand file tree Collapse file tree
Packages/com.unity.inputsystem/InputSystem/Runtime Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1021,7 +1021,7 @@ public enum InputActionPropertyDrawerMode
10211021 /// <summary>
10221022 /// Determines if we should render the UI with IMGUI even if an UI Toolkit UI is available.
10231023 ///
1024- /// This should be used when writing a custom <see cref="InputParameterEditor"/> to :
1024+ /// This should be used when writing a custom <see cref="UnityEngine.InputSystem.Editor. InputParameterEditor"/> to :
10251025 /// * support inspector view which only work in IMGUI for now.
10261026 /// * prevent the UI to be rendered in IMGUI and UI Toolkit in the Input Actions Editor window.
10271027 /// </summary>
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ namespace UnityEngine.InputSystem.Steam
2121 ///
2222 /// Note that as the Steam controller API supports PS4 and Xbox controllers as well,
2323 /// the actual hardware device behind a SteamController instance may not be a
24- /// Steam Controller. The <see cref=" steamControllerType"/> property can be used what kind
24+ /// Steam Controller. The steamControllerType property can be used what kind
2525 /// of controller the Steam runtime is talking to internally.
2626 ///
2727 /// This class is abstract. Specific Steam controller interfaces can either be implemented
2828 /// manually based on this class or generated automatically from Steam IGA files using
29- /// <see cref="SteamIGAConverter"/>. This can be done in the editor by right-clicking
29+ /// <see cref="UnityEngine.InputSystem.Steam.Editor. SteamIGAConverter"/>. This can be done in the editor by right-clicking
3030 /// a .VDF file containing the actions and then selecting "Steam >> Generate Unity Input Device...".
3131 /// The result is a newly generated device layout that will automatically register itself
3232 /// with the input system and will represent a Steam controller with the specific action
You can’t perform that action at this time.
0 commit comments