C# Class BeerPongCup, beerpong

Inheritance: MonoBehaviour
ファイルを表示 Open project: ashomk/beerpong Class Usage Examples

Public Properties

Property Type Description
ball GameObject
hitTime float

Private Properties

Property Type Description
DidHitBall bool

Public Methods

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

Private Methods

Method Description
DidHitBall ( GameObject givenBall ) : bool

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ball public_oe property

public GameObject ball
return GameObject

hitTime public_oe property

public float hitTime
return float