C# 클래스 CatchThrowV1, goalBall

This player is an old player throw controller that is no longer used.
상속: MonoBehaviour
파일 보기 프로젝트 열기: DrexelGoalBall/goalBall

공개 프로퍼티들

프로퍼티 타입 설명
ThrowDirection GameObject
ball GameObject
ballInRange bool
ballheld bool
pickUpThrowButton string
pickupDistance float
throwForce float

공개 메소드들

메소드 설명
Update ( ) : void

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

ThrowDirection 공개적으로 프로퍼티

public GameObject ThrowDirection
리턴 GameObject

ball 공개적으로 프로퍼티

public GameObject ball
리턴 GameObject

ballInRange 공개적으로 프로퍼티

public bool ballInRange
리턴 bool

ballheld 공개적으로 프로퍼티

public bool ballheld
리턴 bool

pickUpThrowButton 공개적으로 프로퍼티

public string pickUpThrowButton
리턴 string

pickupDistance 공개적으로 프로퍼티

public float pickupDistance
리턴 float

throwForce 공개적으로 프로퍼티

public float throwForce
리턴 float