C# 클래스 CamManager, WorldMaker

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

공개 프로퍼티들

프로퍼티 타입 설명
aircraft Transform
camMode CamMode
smoothness int
target Transform

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
GoAirCraftMode ( AirCraft, a ) : void
GoPlayerMode ( Player, p ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

GoAirCraftMode() 공개 메소드

public GoAirCraftMode ( AirCraft, a ) : void
a AirCraft,
리턴 void

GoPlayerMode() 공개 메소드

public GoPlayerMode ( Player, p ) : void
p Player,
리턴 void

프로퍼티 상세

aircraft 공개적으로 프로퍼티

public Transform aircraft
리턴 Transform

camMode 공개적으로 프로퍼티

public CamMode camMode
리턴 CamMode

smoothness 공개적으로 프로퍼티

public int smoothness
리턴 int

target 공개적으로 프로퍼티

public Transform target
리턴 Transform