C# 클래스 SocialGame.TwoPlayerSwitcher

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: BrainProject/UnityTemp

공개 프로퍼티들

프로퍼티 타입 설명
TwoPlayer bool
animPlayer2 UnityEngine.Animator
button Check
ghost UnityEngine.Material
player2 UnityEngine.SkinnedMeshRenderer

공개 메소드들

메소드 설명
Activate2player ( ) : void

Activate2player this instance.

Deactivate2player ( ) : void

Deactivate2player this instance.

Start ( ) : void
Update ( ) : void

check second player and show him

비공개 메소드들

메소드 설명
WaitOnStartMGC ( ) : IEnumerator

메소드 상세

Activate2player() 공개 메소드

Activate2player this instance.
public Activate2player ( ) : void
리턴 void

Deactivate2player() 공개 메소드

Deactivate2player this instance.
public Deactivate2player ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

check second player and show him
public Update ( ) : void
리턴 void

프로퍼티 상세

TwoPlayer 공개적으로 프로퍼티

public bool TwoPlayer
리턴 bool

animPlayer2 공개적으로 프로퍼티

public Animator,UnityEngine animPlayer2
리턴 UnityEngine.Animator

button 공개적으로 프로퍼티

public Check,SocialGame button
리턴 Check

ghost 공개적으로 프로퍼티

public Material,UnityEngine ghost
리턴 UnityEngine.Material

player2 공개적으로 프로퍼티

public SkinnedMeshRenderer,UnityEngine player2
리턴 UnityEngine.SkinnedMeshRenderer