Files
Crash-Course/Documentation/api/Game.InfiniteScroll.yml

139 lines
2.9 KiB
YAML
Raw Normal View History

2025-04-16 19:20:36 -04:00
### YamlMime:ManagedReference
items:
2025-04-16 19:57:54 -04:00
- uid: Game.InfiniteScroll
commentId: T:Game.InfiniteScroll
2025-04-16 19:20:36 -04:00
id: InfiniteScroll
2025-04-16 19:57:54 -04:00
parent: Game
2025-04-16 19:20:36 -04:00
children:
2025-04-16 19:57:54 -04:00
- Game.InfiniteScroll.end
- Game.InfiniteScroll.speed
- Game.InfiniteScroll.start
2025-04-16 19:20:36 -04:00
langs:
- csharp
- vb
name: InfiniteScroll
nameWithType: InfiniteScroll
2025-04-16 19:57:54 -04:00
fullName: Game.InfiniteScroll
2025-04-16 19:20:36 -04:00
type: Class
source:
id: InfiniteScroll
path: ''
2025-04-19 12:59:07 -04:00
startLine: 1317
2025-04-16 19:20:36 -04:00
assemblies:
- cs.temp.dll
2025-04-16 19:57:54 -04:00
namespace: Game
2025-04-18 20:11:19 -04:00
summary: "\nThis class handles the infinite scrolling effect for the background.\n"
example: []
2025-04-16 19:20:36 -04:00
syntax:
content: 'public class InfiniteScroll : MonoBehaviour'
content.vb: Public Class InfiniteScroll Inherits MonoBehaviour
inheritance:
- System.Object
2025-04-16 19:57:54 -04:00
- uid: Game.InfiniteScroll.speed
commentId: F:Game.InfiniteScroll.speed
2025-04-16 19:20:36 -04:00
id: speed
2025-04-16 19:57:54 -04:00
parent: Game.InfiniteScroll
2025-04-16 19:20:36 -04:00
langs:
- csharp
- vb
name: speed
nameWithType: InfiniteScroll.speed
2025-04-16 19:57:54 -04:00
fullName: Game.InfiniteScroll.speed
2025-04-16 19:20:36 -04:00
type: Field
source:
id: speed
path: ''
2025-04-19 12:59:07 -04:00
startLine: 1322
2025-04-16 19:20:36 -04:00
assemblies:
- cs.temp.dll
2025-04-16 19:57:54 -04:00
namespace: Game
2025-04-18 20:11:19 -04:00
summary: "\nThe speed at which the background scrolls.\n"
example: []
2025-04-16 19:20:36 -04:00
syntax:
content: public float speed
return:
type: System.Single
content.vb: Public speed As Single
2025-04-16 19:57:54 -04:00
- uid: Game.InfiniteScroll.start
commentId: F:Game.InfiniteScroll.start
2025-04-16 19:20:36 -04:00
id: start
2025-04-16 19:57:54 -04:00
parent: Game.InfiniteScroll
2025-04-16 19:20:36 -04:00
langs:
- csharp
- vb
name: start
nameWithType: InfiniteScroll.start
2025-04-16 19:57:54 -04:00
fullName: Game.InfiniteScroll.start
2025-04-16 19:20:36 -04:00
type: Field
source:
id: start
path: ''
2025-04-19 12:59:07 -04:00
startLine: 1327
2025-04-16 19:20:36 -04:00
assemblies:
- cs.temp.dll
2025-04-16 19:57:54 -04:00
namespace: Game
2025-04-18 20:11:19 -04:00
summary: "\nThe starting position of the background.\n"
example: []
2025-04-16 19:20:36 -04:00
syntax:
content: public float start
return:
type: System.Single
content.vb: Public start As Single
2025-04-16 19:57:54 -04:00
- uid: Game.InfiniteScroll.end
commentId: F:Game.InfiniteScroll.end
2025-04-16 19:20:36 -04:00
id: end
2025-04-16 19:57:54 -04:00
parent: Game.InfiniteScroll
2025-04-16 19:20:36 -04:00
langs:
- csharp
- vb
name: end
nameWithType: InfiniteScroll.end
2025-04-16 19:57:54 -04:00
fullName: Game.InfiniteScroll.end
2025-04-16 19:20:36 -04:00
type: Field
source:
id: end
path: ''
2025-04-19 12:59:07 -04:00
startLine: 1332
2025-04-16 19:20:36 -04:00
assemblies:
- cs.temp.dll
2025-04-16 19:57:54 -04:00
namespace: Game
2025-04-18 20:11:19 -04:00
summary: "\nThe ending position of the background.\n"
example: []
2025-04-16 19:20:36 -04:00
syntax:
content: public float end
return:
type: System.Single
content.vb: Public [end] As Single
references:
2025-04-16 19:57:54 -04:00
- uid: Game
commentId: N:Game
name: Game
nameWithType: Game
fullName: Game
2025-04-16 19:20:36 -04:00
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single