C# 클래스 GameCamera, gamejam14

상속: MonoBehaviour
파일 보기 프로젝트 열기: TeamLativa/gamejam14 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Ground GameObject
Player1 GameObject
Player2 GameObject

공개 메소드들

메소드 설명
Awake ( ) : void
LateUpdate ( ) : void

비공개 메소드들

메소드 설명
IncrementTowards ( float n, float target, float a ) : float

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

프로퍼티 상세

Ground 공개적으로 프로퍼티

public GameObject Ground
리턴 GameObject

Player1 공개적으로 프로퍼티

public GameObject Player1
리턴 GameObject

Player2 공개적으로 프로퍼티

public GameObject Player2
리턴 GameObject