Files
Crash-Course/Documentation/api/Global.InfiniteScroll.yml
2025-04-16 19:20:36 -04:00

127 lines
2.5 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Global.InfiniteScroll
commentId: T:Global.InfiniteScroll
id: InfiniteScroll
parent: Global
children:
- Global.InfiniteScroll.end
- Global.InfiniteScroll.speed
- Global.InfiniteScroll.start
langs:
- csharp
- vb
name: InfiniteScroll
nameWithType: InfiniteScroll
fullName: InfiniteScroll
type: Class
source:
id: InfiniteScroll
path: ''
startLine: 1200
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: 'public class InfiniteScroll : MonoBehaviour'
content.vb: Public Class InfiniteScroll Inherits MonoBehaviour
inheritance:
- System.Object
- uid: Global.InfiniteScroll.speed
commentId: F:Global.InfiniteScroll.speed
id: speed
parent: Global.InfiniteScroll
langs:
- csharp
- vb
name: speed
nameWithType: InfiniteScroll.speed
fullName: InfiniteScroll.speed
type: Field
source:
id: speed
path: ''
startLine: 1202
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public float speed
return:
type: System.Single
content.vb: Public speed As Single
- uid: Global.InfiniteScroll.start
commentId: F:Global.InfiniteScroll.start
id: start
parent: Global.InfiniteScroll
langs:
- csharp
- vb
name: start
nameWithType: InfiniteScroll.start
fullName: InfiniteScroll.start
type: Field
source:
id: start
path: ''
startLine: 1203
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public float start
return:
type: System.Single
content.vb: Public start As Single
- uid: Global.InfiniteScroll.end
commentId: F:Global.InfiniteScroll.end
id: end
parent: Global.InfiniteScroll
langs:
- csharp
- vb
name: end
nameWithType: InfiniteScroll.end
fullName: InfiniteScroll.end
type: Field
source:
id: end
path: ''
startLine: 1204
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public float end
return:
type: System.Single
content.vb: Public [end] As Single
references:
- uid: Global
- 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