C# 클래스 NoahMove

상속: MonoBehaviour
파일 보기 프로젝트 열기: imann24/cs327-bestmobilegameever 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
interactionPos Vector2
isInteractionPending bool

공개 메소드들

메소드 설명
GoTo ( Vector3 targetPoint, float speed ) : void
GoToInteraction ( Vector2 pos, Interactable, i, List iList ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

GoTo() 공개 메소드

public GoTo ( Vector3 targetPoint, float speed ) : void
targetPoint Vector3
speed float
리턴 void

GoToInteraction() 공개 메소드

public GoToInteraction ( Vector2 pos, Interactable, i, List iList ) : void
pos Vector2
i Interactable,
iList List
리턴 void

프로퍼티 상세

interactionPos 공개적으로 프로퍼티

public Vector2 interactionPos
리턴 Vector2

isInteractionPending 공개적으로 프로퍼티

public bool isInteractionPending
리턴 bool