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

166 lines
3.7 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Global.TeleportPlatform
commentId: T:Global.TeleportPlatform
id: TeleportPlatform
parent: Global
children:
- Global.TeleportPlatform.isPlatform
- Global.TeleportPlatform.playerTag
- Global.TeleportPlatform.teleportPoint
- Global.TeleportPlatform.teleportTag
langs:
- csharp
- vb
name: TeleportPlatform
nameWithType: TeleportPlatform
fullName: TeleportPlatform
type: Class
source:
id: TeleportPlatform
path: ''
startLine: 2251
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: 'public class TeleportPlatform : MonoBehaviour'
content.vb: Public Class TeleportPlatform Inherits MonoBehaviour
inheritance:
- System.Object
- uid: Global.TeleportPlatform.teleportPoint
commentId: F:Global.TeleportPlatform.teleportPoint
id: teleportPoint
parent: Global.TeleportPlatform
langs:
- csharp
- vb
name: teleportPoint
nameWithType: TeleportPlatform.teleportPoint
fullName: TeleportPlatform.teleportPoint
type: Field
source:
id: teleportPoint
path: ''
startLine: 2253
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public Vector2 teleportPoint
return:
type: Global.Vector2
content.vb: Public teleportPoint As Vector2
- uid: Global.TeleportPlatform.teleportTag
commentId: F:Global.TeleportPlatform.teleportTag
id: teleportTag
parent: Global.TeleportPlatform
langs:
- csharp
- vb
name: teleportTag
nameWithType: TeleportPlatform.teleportTag
fullName: TeleportPlatform.teleportTag
type: Field
source:
id: teleportTag
path: ''
startLine: 2254
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public string teleportTag
return:
type: System.String
content.vb: Public teleportTag As String
- uid: Global.TeleportPlatform.playerTag
commentId: F:Global.TeleportPlatform.playerTag
id: playerTag
parent: Global.TeleportPlatform
langs:
- csharp
- vb
name: playerTag
nameWithType: TeleportPlatform.playerTag
fullName: TeleportPlatform.playerTag
type: Field
source:
id: playerTag
path: ''
startLine: 2255
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public string playerTag
return:
type: System.String
content.vb: Public playerTag As String
- uid: Global.TeleportPlatform.isPlatform
commentId: F:Global.TeleportPlatform.isPlatform
id: isPlatform
parent: Global.TeleportPlatform
langs:
- csharp
- vb
name: isPlatform
nameWithType: TeleportPlatform.isPlatform
fullName: TeleportPlatform.isPlatform
type: Field
source:
id: isPlatform
path: ''
startLine: 2256
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public bool isPlatform
return:
type: System.Boolean
content.vb: Public isPlatform As Boolean
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.Vector2
isExternal: true
name: Vector2
nameWithType: Vector2
fullName: Vector2
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean