dotfiles from arch

This commit is contained in:
2025-09-28 11:39:12 +02:00
parent 75885729cd
commit d1c6923bbb
1358 changed files with 575835 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
---@meta
---@source UnityEngine.SubsystemsModule.dll
---@class UnityEngine.Subsystems.ExampleSubsystem: UnityEngine.IntegratedSubsystem<UnityEngine.Subsystems.ExampleSubsystemDescriptor>
---@source UnityEngine.SubsystemsModule.dll
CS.UnityEngine.Subsystems.ExampleSubsystem = {}
---@source UnityEngine.SubsystemsModule.dll
function CS.UnityEngine.Subsystems.ExampleSubsystem.PrintExample() end
---@source UnityEngine.SubsystemsModule.dll
---@return Boolean
function CS.UnityEngine.Subsystems.ExampleSubsystem.GetBool() end
---@source UnityEngine.SubsystemsModule.dll
---@class UnityEngine.Subsystems.ExampleSubsystemDescriptor: UnityEngine.IntegratedSubsystemDescriptor<UnityEngine.Subsystems.ExampleSubsystem>
---@source UnityEngine.SubsystemsModule.dll
---@field supportsEditorMode bool
---@source UnityEngine.SubsystemsModule.dll
---@field disableBackbufferMSAA bool
---@source UnityEngine.SubsystemsModule.dll
---@field stereoscopicBackbuffer bool
---@source UnityEngine.SubsystemsModule.dll
---@field usePBufferEGL bool
---@source UnityEngine.SubsystemsModule.dll
CS.UnityEngine.Subsystems.ExampleSubsystemDescriptor = {}