C# Class BallThrowScript, VR-Bowling

Inheritance: MonoBehaviour
Datei anzeigen Open project: me4502/VR-Bowling

Public Properties

Property Type Description
bowlingPinPrefab GameObject
inputNumber int

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

bowlingPinPrefab public_oe property

public GameObject bowlingPinPrefab
return GameObject

inputNumber public_oe property

public int inputNumber
return int