C# 클래스 UnityPlatformer.CameraFollow.FocusArea

파일 보기 프로젝트 열기: llafuente/unity-platformer

공개 프로퍼티들

프로퍼티 타입 설명
centre Vector2
velocity Vector2

공개 메소드들

메소드 설명
FocusArea ( Bounds targetBounds, Vector2 size ) : UnityEngine
Update ( Bounds targetBounds ) : void

메소드 상세

FocusArea() 공개 메소드

public FocusArea ( Bounds targetBounds, Vector2 size ) : UnityEngine
targetBounds UnityEngine.Bounds
size Vector2
리턴 UnityEngine

Update() 공개 메소드

public Update ( Bounds targetBounds ) : void
targetBounds UnityEngine.Bounds
리턴 void

프로퍼티 상세

centre 공개적으로 프로퍼티

public Vector2 centre
리턴 Vector2

velocity 공개적으로 프로퍼티

public Vector2 velocity
리턴 Vector2