Свойство | Type | Description | |
---|---|---|---|
zoomEnabled | bool |
Méthode | Description | |
---|---|---|
Init ( |
||
LinePlaneIntersection ( Vector3 &intersection, Vector3 linePoint, Vector3 lineVec, Vector3 planeNormal, Vector3 planePoint ) : bool | ||
RotateCamera ( Vector3 point, Vector3 axis, float angle, float time ) : IEnumerator | ||
SetVectorLength ( Vector3 vector, float size ) : Vector3 | ||
Update ( ) : void |
Méthode | Description | |
---|---|---|
CameraOrthoSize ( ) : float | ||
RotateCamera ( bool rotateLeft ) : void | ||
UpdateDragging ( ) : void | ||
ZoomInOut ( bool zoomIn ) : void | ||
setDragEnabled ( bool selected ) : void |
public static LinePlaneIntersection ( Vector3 &intersection, Vector3 linePoint, Vector3 lineVec, Vector3 planeNormal, Vector3 planePoint ) : bool | ||
intersection | Vector3 | |
linePoint | Vector3 | |
lineVec | Vector3 | |
planeNormal | Vector3 | |
planePoint | Vector3 | |
Résultat | bool |
public RotateCamera ( Vector3 point, Vector3 axis, float angle, float time ) : IEnumerator | ||
point | Vector3 | |
axis | Vector3 | |
angle | float | |
time | float | |
Résultat | IEnumerator |
public static SetVectorLength ( Vector3 vector, float size ) : Vector3 | ||
vector | Vector3 | |
size | float | |
Résultat | Vector3 |