C# 클래스 BallInnerSounds, goalBall

Plays the sounds that the ball makes on the inside of the ball. Mainly simulates the bells in the balls.
상속: MonoBehaviour
파일 보기 프로젝트 열기: DrexelGoalBall/goalBall

공개 프로퍼티들

프로퍼티 타입 설명
ball GameObject
bells UnityEngine.AudioClip
threshold float
tone UnityEngine.AudioClip

공개 메소드들

메소드 설명
FixedUpdate ( ) : void

Plays the sounds inside the ball based on the velocity that the ball is moving.

Start ( ) : void

Initializes the objects and varibles that are used by the script.

메소드 상세

FixedUpdate() 공개 메소드

Plays the sounds inside the ball based on the velocity that the ball is moving.
public FixedUpdate ( ) : void
리턴 void

Start() 공개 메소드

Initializes the objects and varibles that are used by the script.
public Start ( ) : void
리턴 void

프로퍼티 상세

ball 공개적으로 프로퍼티

public GameObject ball
리턴 GameObject

bells 공개적으로 프로퍼티

public AudioClip,UnityEngine bells
리턴 UnityEngine.AudioClip

threshold 공개적으로 프로퍼티

public float threshold
리턴 float

tone 공개적으로 프로퍼티

public AudioClip,UnityEngine tone
리턴 UnityEngine.AudioClip