C# Class CharacterDrill, JuniorProject

Inheritance: MonoBehaviour
Mostra file Open project: MilesMeacham/JuniorProject Class Usage Examples

Public Properties

Property Type Description
DrillUPG DrillUpgrades,
PlasmaBullet GameObject
Plasmadamage float
RapidReload float
bullet GameObject
bulletPools ObjectPooler,
bulletTag string
damage float
poolName string
reloadTime float
reloading bool
shootingPoint Transform

Public Methods

Method Description
Start ( ) : void
shot ( ) : void

Private Methods

Method Description
RapidShotCo ( ) : IEnumerator
ShotCo ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

shot() public method

public shot ( ) : void
return void

Property Details

DrillUPG public_oe property

public DrillUpgrades, DrillUPG
return DrillUpgrades,

PlasmaBullet public_oe property

public GameObject PlasmaBullet
return GameObject

Plasmadamage public_oe property

public float Plasmadamage
return float

RapidReload public_oe property

public float RapidReload
return float

bullet public_oe property

public GameObject bullet
return GameObject

bulletPools public_oe property

public ObjectPooler, bulletPools
return ObjectPooler,

bulletTag public_oe property

public string bulletTag
return string

damage public_oe property

public float damage
return float

poolName public_oe property

public string poolName
return string

reloadTime public_oe property

public float reloadTime
return float

reloading public_oe property

public bool reloading
return bool

shootingPoint public_oe property

public Transform shootingPoint
return Transform