Property | Type | Description | |
---|---|---|---|
moveSpeed | float |
Property | Type | Description | |
---|---|---|---|
CurrentDetailPoint | GameObject | ||
CurrentWaypoint | GameObject | ||
CurrentWaypointMarker | GameObject | ||
PlayerCameras | GameObject | ||
PlayerController | CharacterController | ||
cameraYMoveSpeed | float | ||
doMove | bool | ||
targetPos | Vector3 | ||
targetY | float |
Method | Description | |
---|---|---|
IsCurrentDetailPoint ( GameObject go ) : bool | ||
IsCurrentWaypoint ( GameObject go ) : bool | ||
MoveToDetailPoint ( Vector3 tPos, GameObject cDP ) : void | ||
MoveToWayPoint ( BaseEventData data ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public IsCurrentDetailPoint ( GameObject go ) : bool | ||
go | GameObject | |
return | bool |
public IsCurrentWaypoint ( GameObject go ) : bool | ||
go | GameObject | |
return | bool |
public MoveToDetailPoint ( Vector3 tPos, GameObject cDP ) : void | ||
tPos | Vector3 | |
cDP | GameObject | |
return | void |
public MoveToWayPoint ( BaseEventData data ) : void | ||
data | BaseEventData | |
return | void |
protected GameObject CurrentWaypointMarker | ||
return | GameObject |
protected CharacterController PlayerController | ||
return | CharacterController |