Skip to content

Commit

Permalink
feat: Added typing for state variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
christides11 committed Sep 30, 2023
1 parent a492c3a commit 9bf5896
Show file tree
Hide file tree
Showing 9 changed files with 878 additions and 878 deletions.
424 changes: 212 additions & 212 deletions Assembly-CSharp.csproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Assets/HnSF/State/Variables/IStateVariables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public interface IStateVariables
public int Parent { get; set; }
public int[] Children { get; set; }
public bool RunDuringHitstop { get; set; }

public virtual int VariableType => 0;

public Vector2Int[] FrameRanges { get; set; }
public IConditionVariables Condition { get; set; }
Expand Down
430 changes: 215 additions & 215 deletions HnSF.Editor.csproj

Large diffs are not rendered by default.

428 changes: 214 additions & 214 deletions HnSF.TDAction.csproj

Large diffs are not rendered by default.

428 changes: 214 additions & 214 deletions HnSF.csproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ai.navigation": "1.1.4",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.inputsystem": "1.6.1",
"com.unity.inputsystem": "1.7.0",
"com.unity.render-pipelines.universal": "14.0.8",
"com.unity.textmeshpro": "3.0.6",
"com.unity.ugui": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.7",
"version": "1.8.8",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -57,7 +57,7 @@
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.6.1",
"version": "1.7.0",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.5f1
m_EditorVersionWithRevision: 2022.3.5f1 (9674261d40ee)
m_EditorVersion: 2022.3.9f1
m_EditorVersionWithRevision: 2022.3.9f1 (ea401c316338)
34 changes: 17 additions & 17 deletions UserSettings/Layouts/default-2022.dwlt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MonoBehaviour:
width: 2560
height: 1349
m_ShowMode: 4
m_Title: Project
m_Title: Hierarchy
m_RootView: {fileID: 6}
m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000}
Expand All @@ -45,7 +45,7 @@ MonoBehaviour:
y: 30
width: 2560
height: 1299
m_MinSize: {x: 300, y: 200}
m_MinSize: {x: 300, y: 100}
m_MaxSize: {x: 24288, y: 16192}
vertical: 0
controlID: 40
Expand All @@ -68,8 +68,8 @@ MonoBehaviour:
y: 0
width: 519
height: 1299
m_MinSize: {x: 276, y: 71}
m_MaxSize: {x: 4001, y: 4021}
m_MinSize: {x: 275, y: 50}
m_MaxSize: {x: 4000, y: 4000}
m_ActualView: {fileID: 15}
m_Panes:
- {fileID: 15}
Expand All @@ -95,8 +95,8 @@ MonoBehaviour:
y: 0
width: 495
height: 761
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_ActualView: {fileID: 16}
m_Panes:
- {fileID: 16}
Expand Down Expand Up @@ -221,7 +221,7 @@ MonoBehaviour:
y: 0
width: 2041
height: 1299
m_MinSize: {x: 200, y: 200}
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 16192}
vertical: 1
controlID: 41
Expand All @@ -246,7 +246,7 @@ MonoBehaviour:
y: 0
width: 2041
height: 761
m_MinSize: {x: 200, y: 100}
m_MinSize: {x: 200, y: 50}
m_MaxSize: {x: 16192, y: 8096}
vertical: 0
controlID: 42
Expand Down Expand Up @@ -393,24 +393,24 @@ MonoBehaviour:
m_SkipHidden: 0
m_SearchArea: 1
m_Folders:
- Assets/HnSF/Editor/StateTimelineEditor
- Assets/HnSF/Samples/TDAction/Scripts/State/Variables
m_Globs: []
m_OriginalText:
m_ImportLogFlags: 0
m_FilterByTypeIntersection: 0
m_ViewMode: 1
m_StartGridSize: 16
m_LastFolders:
- Assets/HnSF/Editor/StateTimelineEditor
- Assets/HnSF/Samples/TDAction/Scripts/State/Variables
m_LastFoldersGridSize: 16
m_LastProjectPath: C:\Projects\Unity\hack-and-slash-framework
m_LockTracker:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: bc0a0000
m_LastClickedID: 2748
m_ExpandedIDs: 00000000a0060000ec06000060080000b0080000dc0b0000cc0d0000b00e0000540f000000ca9a3b
scrollPos: {x: 0, y: 35}
m_SelectedIDs: 5c6d0000
m_LastClickedID: 27996
m_ExpandedIDs: 00000000c66c0000c86c0000ca6c0000cc6c0000ce6c0000d06c0000d26c0000f66c0000366d000000ca9a3b
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
Expand Down Expand Up @@ -438,7 +438,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 00000000a0060000ec0600001c08000060080000b0080000dc0b0000cc0d0000b00e0000540f0000
m_ExpandedIDs: 00000000c66c0000c86c0000ca6c0000cc6c0000ce6c0000d06c0000d26c0000d46c0000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
Expand All @@ -465,7 +465,7 @@ MonoBehaviour:
m_ListAreaState:
m_SelectedInstanceIDs:
m_LastClickedInstanceID: 0
m_HadKeyboardFocusLastEvent: 0
m_HadKeyboardFocusLastEvent: 1
m_ExpandedInstanceIDs: c623000000000000
m_RenameOverlay:
m_UserAcceptedRename: 0
Expand Down Expand Up @@ -582,7 +582,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 96d6feff
m_ExpandedIDs: 30f0ffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
Expand Down

0 comments on commit 9bf5896

Please sign in to comment.