Bugfixes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user