C# Class Multiplier, UrsaMajor

Inheritance: MonoBehaviour
Show file Open project: BJarv/UrsaMajor Class Usage Examples

Public Properties

Property Type Description
HYPETrack UnityEngine.AudioClip
camObj GameObject
desert_forest GameObject
enemyHealth float
enemyShootCD float
enemySpeed float
forest GameObject
moneyDrop float
regTrack UnityEngine.AudioClip
safeDrop float
shotgunBulletsPlus int
spedTrack UnityEngine.AudioClip

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Property Details

HYPETrack public static property

public static AudioClip,UnityEngine HYPETrack
return UnityEngine.AudioClip

camObj public property

public GameObject camObj
return GameObject

desert_forest public property

public GameObject desert_forest
return GameObject

enemyHealth public static property

public static float enemyHealth
return float

enemyShootCD public static property

public static float enemyShootCD
return float

enemySpeed public static property

public static float enemySpeed
return float

forest public property

public GameObject forest
return GameObject

moneyDrop public static property

public static float moneyDrop
return float

regTrack public static property

public static AudioClip,UnityEngine regTrack
return UnityEngine.AudioClip

safeDrop public static property

public static float safeDrop
return float

shotgunBulletsPlus public static property

public static int shotgunBulletsPlus
return int

spedTrack public static property

public static AudioClip,UnityEngine spedTrack
return UnityEngine.AudioClip