Skip to content

Commit 72a60cd

Browse files
authored
Update UIScript.md
Fixed bad markdown link formatting
1 parent 0a5efb0 commit 72a60cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/UIScript.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ While most of the fields here have a `protected` setter, generally it is not rec
99
public ViewNavigator Navigator { get; private set; }
1010
```
1111

12-
The ViewNavigator instance this script is hooked up to. On `Awake`, the script will automatically register itself (See [RegisterView](./ViewNavigator.md#RegisterView(UIView view)) for more).
12+
The ViewNavigator instance this script is hooked up to. On `Awake`, the script will automatically register itself (See [RegisterView](./ViewNavigator.md#RegisterView) for more).
1313

1414

1515
### ID
@@ -142,4 +142,4 @@ Note that since the View's `VisualElement`s are destroyed when they leave the ma
142142
## Custom Inspector
143143
UIViews default to a custom inspector, that allows for design time setup. To override it, simply define a new custom inspector for the newly creates custom View.
144144

145-
Important to note that the inspector code uses reflection to set the property values. Since these are autoproperies, they have automatically generated backing fields, which _can_ break if Unity's naming scheme ever changes (although unlikely to happen).
145+
Important to note that the inspector code uses reflection to set the property values. Since these are autoproperies, they have automatically generated backing fields, which _can_ break if Unity's naming scheme ever changes (although unlikely to happen).

0 commit comments

Comments
 (0)