This commit is contained in:
RochesterX
2025-04-18 20:11:19 -04:00
parent a7e181a900
commit ce741c87d5
450 changed files with 59358 additions and 963 deletions

View File

@@ -18,10 +18,12 @@ items:
source:
id: InfiniteScroll
path: ''
startLine: 1126
startLine: 1246
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nThis class handles the infinite scrolling effect for the background.\n"
example: []
syntax:
content: 'public class InfiniteScroll : MonoBehaviour'
content.vb: Public Class InfiniteScroll Inherits MonoBehaviour
@@ -41,10 +43,12 @@ items:
source:
id: speed
path: ''
startLine: 1128
startLine: 1251
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nThe speed at which the background scrolls.\n"
example: []
syntax:
content: public float speed
return:
@@ -64,10 +68,12 @@ items:
source:
id: start
path: ''
startLine: 1129
startLine: 1256
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nThe starting position of the background.\n"
example: []
syntax:
content: public float start
return:
@@ -87,10 +93,12 @@ items:
source:
id: end
path: ''
startLine: 1130
startLine: 1261
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nThe ending position of the background.\n"
example: []
syntax:
content: public float end
return: