C# 클래스 FollowFocused, BattleTeutoburgForest

상속: MonoBehaviour
파일 보기 프로젝트 열기: ppolsinelli/BattleTeutoburgForest

공개 프로퍼티들

프로퍼티 타입 설명
maxXAndY Vector2
minXAndY Vector2
xMargin float
xSmooth float
yMargin float
ySmooth float

공개 메소드들

메소드 설명
Awake ( ) : void
FixedUpdate ( ) : void
TrackPlayer ( ) : void

비공개 메소드들

메소드 설명
CheckXMargin ( ) : bool
CheckYMargin ( ) : bool

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

TrackPlayer() 공개 메소드

public TrackPlayer ( ) : void
리턴 void

프로퍼티 상세

maxXAndY 공개적으로 프로퍼티

public Vector2 maxXAndY
리턴 Vector2

minXAndY 공개적으로 프로퍼티

public Vector2 minXAndY
리턴 Vector2

xMargin 공개적으로 프로퍼티

public float xMargin
리턴 float

xSmooth 공개적으로 프로퍼티

public float xSmooth
리턴 float

yMargin 공개적으로 프로퍼티

public float yMargin
리턴 float

ySmooth 공개적으로 프로퍼티

public float ySmooth
리턴 float