C# 클래스 ScoreCarry, goalBall

Keeps track of which team is winning and carries it between scenes
상속: MonoBehaviour
파일 보기 프로젝트 열기: DrexelGoalBall/goalBall

공개 프로퍼티들

프로퍼티 타입 설명
teamWinning int

공개 메소드들

메소드 설명
Awake ( ) : void

Do not destroy the object with this script when a new scene is loaded

Update ( ) : void

Every frame in game scene, check who is winning

메소드 상세

Awake() 공개 메소드

Do not destroy the object with this script when a new scene is loaded
public Awake ( ) : void
리턴 void

Update() 공개 메소드

Every frame in game scene, check who is winning
public Update ( ) : void
리턴 void

프로퍼티 상세

teamWinning 공개적으로 프로퍼티

public int teamWinning
리턴 int