C# Class ProjectileController, Imagine_block-knock

Inheritance: MonoBehaviour
Show file Open project: Microsoft/Imagine_block-knock Class Usage Examples

Public Properties

Property Type Description
ballShoot UnityEngine.AudioClip
projectile GameObject
strength float

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ballShoot public property

public AudioClip,UnityEngine ballShoot
return UnityEngine.AudioClip

projectile public property

public GameObject projectile
return GameObject

strength public property

public float strength
return float