API
This commit is contained in:
145
Documentation/api/Game.RespawnOnTriggerEnter.yml
Normal file
145
Documentation/api/Game.RespawnOnTriggerEnter.yml
Normal file
@@ -0,0 +1,145 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: Game.RespawnOnTriggerEnter
|
||||
commentId: T:Game.RespawnOnTriggerEnter
|
||||
id: RespawnOnTriggerEnter
|
||||
parent: Game
|
||||
children:
|
||||
- Game.RespawnOnTriggerEnter.respawnTag
|
||||
- Game.RespawnOnTriggerEnter.spawnPoint
|
||||
- Game.RespawnOnTriggerEnter.spawnPointIsInitialPosition
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RespawnOnTriggerEnter
|
||||
nameWithType: RespawnOnTriggerEnter
|
||||
fullName: Game.RespawnOnTriggerEnter
|
||||
type: Class
|
||||
source:
|
||||
id: RespawnOnTriggerEnter
|
||||
path: ''
|
||||
startLine: 1726
|
||||
assemblies:
|
||||
- cs.temp.dll
|
||||
namespace: Game
|
||||
syntax:
|
||||
content: 'public class RespawnOnTriggerEnter : MonoBehaviour'
|
||||
content.vb: Public Class RespawnOnTriggerEnter Inherits MonoBehaviour
|
||||
inheritance:
|
||||
- System.Object
|
||||
- uid: Game.RespawnOnTriggerEnter.spawnPoint
|
||||
commentId: F:Game.RespawnOnTriggerEnter.spawnPoint
|
||||
id: spawnPoint
|
||||
parent: Game.RespawnOnTriggerEnter
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: spawnPoint
|
||||
nameWithType: RespawnOnTriggerEnter.spawnPoint
|
||||
fullName: Game.RespawnOnTriggerEnter.spawnPoint
|
||||
type: Field
|
||||
source:
|
||||
id: spawnPoint
|
||||
path: ''
|
||||
startLine: 1728
|
||||
assemblies:
|
||||
- cs.temp.dll
|
||||
namespace: Game
|
||||
syntax:
|
||||
content: public Vector2 spawnPoint
|
||||
return:
|
||||
type: Global.Vector2
|
||||
content.vb: Public spawnPoint As Vector2
|
||||
- uid: Game.RespawnOnTriggerEnter.spawnPointIsInitialPosition
|
||||
commentId: F:Game.RespawnOnTriggerEnter.spawnPointIsInitialPosition
|
||||
id: spawnPointIsInitialPosition
|
||||
parent: Game.RespawnOnTriggerEnter
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: spawnPointIsInitialPosition
|
||||
nameWithType: RespawnOnTriggerEnter.spawnPointIsInitialPosition
|
||||
fullName: Game.RespawnOnTriggerEnter.spawnPointIsInitialPosition
|
||||
type: Field
|
||||
source:
|
||||
id: spawnPointIsInitialPosition
|
||||
path: ''
|
||||
startLine: 1729
|
||||
assemblies:
|
||||
- cs.temp.dll
|
||||
namespace: Game
|
||||
syntax:
|
||||
content: public bool spawnPointIsInitialPosition
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public spawnPointIsInitialPosition As Boolean
|
||||
- uid: Game.RespawnOnTriggerEnter.respawnTag
|
||||
commentId: F:Game.RespawnOnTriggerEnter.respawnTag
|
||||
id: respawnTag
|
||||
parent: Game.RespawnOnTriggerEnter
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: respawnTag
|
||||
nameWithType: RespawnOnTriggerEnter.respawnTag
|
||||
fullName: Game.RespawnOnTriggerEnter.respawnTag
|
||||
type: Field
|
||||
source:
|
||||
id: respawnTag
|
||||
path: ''
|
||||
startLine: 1730
|
||||
assemblies:
|
||||
- cs.temp.dll
|
||||
namespace: Game
|
||||
syntax:
|
||||
content: public string respawnTag
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: Public respawnTag As String
|
||||
references:
|
||||
- uid: Game
|
||||
commentId: N:Game
|
||||
name: Game
|
||||
nameWithType: Game
|
||||
fullName: Game
|
||||
- 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.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: bool
|
||||
nameWithType: bool
|
||||
fullName: bool
|
||||
nameWithType.vb: Boolean
|
||||
fullName.vb: Boolean
|
||||
name.vb: Boolean
|
||||
- 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
|
||||
Reference in New Issue
Block a user