File size: 1,331 Bytes
b6a38d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# cameraFly reference


## cameraFly.Activate

Activates the fly the camera.


void **cameraFly.Activate**(int view)
int view
: set 1 for the first view. Set 0 to deactivate all the views.


## cameraFly.DisableStickMovesChange

Disables the change of s_CameraFly_LeftStickMovesFlat/s_CameraFly_RightStickYMovesUpDown when LT-B/RT-B is pressed.


void **cameraFly.DisableStickMovesChange**(int view)

## cameraFly.EnableStickMovesChange

Enables the change of s_CameraFly_LeftStickMovesFlat/s_CameraFly_RightStickYMovesUpDown when LT-B/RT-B is pressed.


void **cameraFly.EnableStickMovesChange**(int view)

## cameraFly.IsActive

Check if the Fly camera is active.


bool **cameraFly.IsActive**()

## cameraFly.SetCamera

Set camera position and 'look at' point


void **cameraFly.SetCamera**(point pos, point look_at, [int time])
point pos
: new position of the camera.

point look_at
: new look at position of the camera.

int time
: time (ms) to interpolate to the new camera





(insert footer.md.html here)
<link rel="stylesheet" type="text/css" href="Style.css" />
<!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js" charset="utf-8"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>