C# 클래스 WayPointNavigator

상속: MonoBehaviour
파일 보기 프로젝트 열기: cronkite-asu/VRoggingTemplate 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
moveSpeed float

보호된 프로퍼티들

프로퍼티 타입 설명
CurrentDetailPoint GameObject
CurrentWaypoint GameObject
CurrentWaypointMarker GameObject
PlayerCameras GameObject
PlayerController CharacterController
cameraYMoveSpeed float
doMove bool
targetPos Vector3
targetY float

공개 메소드들

메소드 설명
IsCurrentDetailPoint ( GameObject go ) : bool
IsCurrentWaypoint ( GameObject go ) : bool
MoveToDetailPoint ( Vector3 tPos, GameObject cDP ) : void
MoveToWayPoint ( BaseEventData data ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

IsCurrentDetailPoint() 공개 메소드

public IsCurrentDetailPoint ( GameObject go ) : bool
go GameObject
리턴 bool

IsCurrentWaypoint() 공개 메소드

public IsCurrentWaypoint ( GameObject go ) : bool
go GameObject
리턴 bool

MoveToDetailPoint() 공개 메소드

public MoveToDetailPoint ( Vector3 tPos, GameObject cDP ) : void
tPos Vector3
cDP GameObject
리턴 void

MoveToWayPoint() 공개 메소드

public MoveToWayPoint ( BaseEventData data ) : void
data BaseEventData
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

CurrentDetailPoint 보호되어 있는 프로퍼티

protected GameObject CurrentDetailPoint
리턴 GameObject

CurrentWaypoint 보호되어 있는 프로퍼티

protected GameObject CurrentWaypoint
리턴 GameObject

CurrentWaypointMarker 보호되어 있는 프로퍼티

protected GameObject CurrentWaypointMarker
리턴 GameObject

PlayerCameras 보호되어 있는 프로퍼티

protected GameObject PlayerCameras
리턴 GameObject

PlayerController 보호되어 있는 프로퍼티

protected CharacterController PlayerController
리턴 CharacterController

cameraYMoveSpeed 보호되어 있는 프로퍼티

protected float cameraYMoveSpeed
리턴 float

doMove 보호되어 있는 프로퍼티

protected bool doMove
리턴 bool

moveSpeed 공개적으로 프로퍼티

public float moveSpeed
리턴 float

targetPos 보호되어 있는 프로퍼티

protected Vector3 targetPos
리턴 Vector3

targetY 보호되어 있는 프로퍼티

protected float targetY
리턴 float