This commit is contained in:
RochesterX
2025-04-16 19:57:54 -04:00
parent 5dee952cad
commit 6b7dbea593
2474 changed files with 244001 additions and 14116 deletions

View File

@@ -0,0 +1,169 @@
### YamlMime:ManagedReference
items:
- uid: Player.TeleportPlatform
commentId: T:Player.TeleportPlatform
id: TeleportPlatform
parent: Player
children:
- Player.TeleportPlatform.isPlatform
- Player.TeleportPlatform.playerTag
- Player.TeleportPlatform.teleportPoint
- Player.TeleportPlatform.teleportTag
langs:
- csharp
- vb
name: TeleportPlatform
nameWithType: TeleportPlatform
fullName: Player.TeleportPlatform
type: Class
source:
id: TeleportPlatform
path: ''
startLine: 2209
assemblies:
- cs.temp.dll
namespace: Player
syntax:
content: 'public class TeleportPlatform : MonoBehaviour'
content.vb: Public Class TeleportPlatform Inherits MonoBehaviour
inheritance:
- System.Object
- uid: Player.TeleportPlatform.teleportPoint
commentId: F:Player.TeleportPlatform.teleportPoint
id: teleportPoint
parent: Player.TeleportPlatform
langs:
- csharp
- vb
name: teleportPoint
nameWithType: TeleportPlatform.teleportPoint
fullName: Player.TeleportPlatform.teleportPoint
type: Field
source:
id: teleportPoint
path: ''
startLine: 2211
assemblies:
- cs.temp.dll
namespace: Player
syntax:
content: public Vector2 teleportPoint
return:
type: Global.Vector2
content.vb: Public teleportPoint As Vector2
- uid: Player.TeleportPlatform.teleportTag
commentId: F:Player.TeleportPlatform.teleportTag
id: teleportTag
parent: Player.TeleportPlatform
langs:
- csharp
- vb
name: teleportTag
nameWithType: TeleportPlatform.teleportTag
fullName: Player.TeleportPlatform.teleportTag
type: Field
source:
id: teleportTag
path: ''
startLine: 2212
assemblies:
- cs.temp.dll
namespace: Player
syntax:
content: public string teleportTag
return:
type: System.String
content.vb: Public teleportTag As String
- uid: Player.TeleportPlatform.playerTag
commentId: F:Player.TeleportPlatform.playerTag
id: playerTag
parent: Player.TeleportPlatform
langs:
- csharp
- vb
name: playerTag
nameWithType: TeleportPlatform.playerTag
fullName: Player.TeleportPlatform.playerTag
type: Field
source:
id: playerTag
path: ''
startLine: 2213
assemblies:
- cs.temp.dll
namespace: Player
syntax:
content: public string playerTag
return:
type: System.String
content.vb: Public playerTag As String
- uid: Player.TeleportPlatform.isPlatform
commentId: F:Player.TeleportPlatform.isPlatform
id: isPlatform
parent: Player.TeleportPlatform
langs:
- csharp
- vb
name: isPlatform
nameWithType: TeleportPlatform.isPlatform
fullName: Player.TeleportPlatform.isPlatform
type: Field
source:
id: isPlatform
path: ''
startLine: 2214
assemblies:
- cs.temp.dll
namespace: Player
syntax:
content: public bool isPlatform
return:
type: System.Boolean
content.vb: Public isPlatform As Boolean
references:
- uid: Player
commentId: N:Player
name: Player
nameWithType: Player
fullName: Player
- 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