Свойство | Type | Description | |
---|---|---|---|
allowRotation | bool | ||
allowZoom | bool | ||
damping | float | ||
distance | float | ||
height | float | ||
heightDamping | float | ||
horizontalAxis | string | ||
lockCursor | bool | ||
maxHeight | float | ||
minHeight | float | ||
mouseTouch | MouseTouchControl, | ||
offset | Vector3 | ||
onChild | string | ||
rotation | float | ||
rotationDamping | float | ||
rotationFactor | float | ||
sensitivity | Vector2 | ||
smooth | bool | ||
type | CameraControlType | ||
verticalAxis | string | ||
zoomFactor | float | ||
zoomKeyChange | float | ||
zoomMinusKey | string | ||
zoomPlusKey | string |
Méthode | Description | |
---|---|---|
AddCameraControl ( GameObject camera ) : void | ||
CameraControlSettings ( ) : System.Collections | ||
GetData ( Hashtable ht ) : Hashtable | ||
IsFirstPersonControl ( ) : bool | ||
IsFollowControl ( ) : bool | ||
IsLookControl ( ) : bool | ||
IsMobileControl ( ) : bool | ||
RemoveCameraControl ( GameObject camera ) : void | ||
SetData ( Hashtable ht ) : void |
public AddCameraControl ( GameObject camera ) : void | ||
camera | GameObject | |
Résultat | void |
public CameraControlSettings ( ) : System.Collections | ||
Résultat | System.Collections |
public GetData ( Hashtable ht ) : Hashtable | ||
ht | Hashtable | |
Résultat | Hashtable |
public RemoveCameraControl ( GameObject camera ) : void | ||
camera | GameObject | |
Résultat | void |