C# Class CheckpointClass.Checkpoint.CheckpointData

Exibir arquivo Open project: JordanStone/ExorcistForHire

Public Properties

Property Type Description
BulletBoxes UnityEngine.GameObject[]
Bullets int
Enemies UnityEngine.GameObject[]
Health float
ReserveBullets int
SpawnLocation UnityEngine.Vector3

Property Details

BulletBoxes public_oe property

public GameObject[],UnityEngine BulletBoxes
return UnityEngine.GameObject[]

Bullets public_oe property

public int Bullets
return int

Enemies public_oe property

public GameObject[],UnityEngine Enemies
return UnityEngine.GameObject[]

Health public_oe property

public float Health
return float

ReserveBullets public_oe property

public int ReserveBullets
return int

SpawnLocation public_oe property

public Vector3,UnityEngine SpawnLocation
return UnityEngine.Vector3