Commit 567901a
committed
style(trackerobjects): drop internal modifiers and accessor-pair on Bindings
Aligns with the project's STYLE.md preference for plain public fields:
- BasisTrackerBinding's bookkeeping fields (PickupRef, RigidRef,
PreBindKinematic, HasKinematicCaptured) move from internal to public.
- BasisTrackerObjectManager.Bindings drops the get-only auto-property
in favour of a public static readonly field — same read-only-ref
semantics, no property accessor cost, no walling-off ceremony.
- REQUIREMENTS.md spec line updated to match.1 parent b548c9e commit 567901a
3 files changed
Lines changed: 6 additions & 6 deletions
File tree
- Basis/Packages/com.basis.trackerobjects
- Runtime
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments