C# Class CatchThrowV1, goalBall

This player is an old player throw controller that is no longer used.
Inheritance: MonoBehaviour
Mostra file Open project: DrexelGoalBall/goalBall

Public Properties

Property Type Description
ThrowDirection GameObject
ball GameObject
ballInRange bool
ballheld bool
pickUpThrowButton string
pickupDistance float
throwForce float

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

ThrowDirection public_oe property

public GameObject ThrowDirection
return GameObject

ball public_oe property

public GameObject ball
return GameObject

ballInRange public_oe property

public bool ballInRange
return bool

ballheld public_oe property

public bool ballheld
return bool

pickUpThrowButton public_oe property

public string pickUpThrowButton
return string

pickupDistance public_oe property

public float pickupDistance
return float

throwForce public_oe property

public float throwForce
return float