Files
Crash-Course/Documentation/api/Global.MovingPlatform.yml

186 lines
3.9 KiB
YAML
Raw Normal View History

2025-04-16 19:20:36 -04:00
### YamlMime:ManagedReference
items:
- uid: Global.MovingPlatform
commentId: T:Global.MovingPlatform
id: MovingPlatform
parent: Global
children:
- Global.MovingPlatform.platform
- Global.MovingPlatform.points
- Global.MovingPlatform.speed
- Global.MovingPlatform.startPoint
langs:
- csharp
- vb
name: MovingPlatform
nameWithType: MovingPlatform
fullName: MovingPlatform
type: Class
source:
id: MovingPlatform
path: ''
startLine: 1141
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: 'public class MovingPlatform : MonoBehaviour'
content.vb: Public Class MovingPlatform Inherits MonoBehaviour
inheritance:
- System.Object
- uid: Global.MovingPlatform.platform
commentId: F:Global.MovingPlatform.platform
id: platform
parent: Global.MovingPlatform
langs:
- csharp
- vb
name: platform
nameWithType: MovingPlatform.platform
fullName: MovingPlatform.platform
type: Field
source:
id: platform
path: ''
startLine: 1143
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public Transform platform
return:
type: Global.Transform
content.vb: Public platform As Transform
- uid: Global.MovingPlatform.startPoint
commentId: F:Global.MovingPlatform.startPoint
id: startPoint
parent: Global.MovingPlatform
langs:
- csharp
- vb
name: startPoint
nameWithType: MovingPlatform.startPoint
fullName: MovingPlatform.startPoint
type: Field
source:
id: startPoint
path: ''
startLine: 1144
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public int startPoint
return:
type: System.Int32
content.vb: Public startPoint As Integer
- uid: Global.MovingPlatform.points
commentId: F:Global.MovingPlatform.points
id: points
parent: Global.MovingPlatform
langs:
- csharp
- vb
name: points
nameWithType: MovingPlatform.points
fullName: MovingPlatform.points
type: Field
source:
id: points
path: ''
startLine: 1145
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public Transform[] points
return:
type: Global.Transform[]
content.vb: Public points As Transform()
- uid: Global.MovingPlatform.speed
commentId: F:Global.MovingPlatform.speed
id: speed
parent: Global.MovingPlatform
langs:
- csharp
- vb
name: speed
nameWithType: MovingPlatform.speed
fullName: MovingPlatform.speed
type: Field
source:
id: speed
path: ''
startLine: 1146
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public float speed
return:
type: System.Single
content.vb: Public speed 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: Global.Transform
isExternal: true
name: Transform
nameWithType: Transform
fullName: Transform
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
- uid: Global.Transform[]
isExternal: true
name: Transform[]
nameWithType: Transform[]
fullName: Transform[]
nameWithType.vb: Transform()
fullName.vb: Transform()
name.vb: Transform()
spec.csharp:
- uid: Global.Transform
name: Transform
isExternal: true
- name: '['
- name: ']'
spec.vb:
- uid: Global.Transform
name: Transform
isExternal: true
- name: (
- name: )
- 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