C# Class ProjectileController, Imagine_block-knock

Inheritance: MonoBehaviour
Mostra 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_oe property

public AudioClip,UnityEngine ballShoot
return UnityEngine.AudioClip

projectile public_oe property

public GameObject projectile
return GameObject

strength public_oe property

public float strength
return float