Version: 2021.1
言語: 日本語

Camera

class in UnityEngine

/

継承:Behaviour

マニュアルに切り替える

説明

カメラは、プレーヤーがそれを通して世界を見るためのデバイスです。

A screen space point is defined in pixels. The bottom-left of the screen is (0,0); the right-top is (pixelWidth,pixelHeight). The z position is in world units from the Camera.

A viewport space point is normalized and relative to the Camera. The bottom-left of the Camera is (0,0); the top-right is (1,1). The z position is in world units from the Camera.

A world space point is defined in global coordinates (for example, Transform.position).

Note that a class must not inherit from Camera directly. If you need to inherit from Camera see ScriptableCamera.

関連項目: camera component.

Static 変数

allCamerasReturns all enabled cameras in the Scene.
allCamerasCountThe number of cameras in the current Scene.
current現在レンダリングに使用している、低レベルレンダリングを管理するカメラ(読み取り専用)。
mainThe first enabled Camera component that is tagged "MainCamera" (Read Only).
onPostRenderDelegate that you can use to execute custom code after a Camera renders the scene.
onPreCullDelegate that you can use to execute custom code before a Camera culls the scene.
onPreRenderDelegate that you can use to execute custom code before a Camera renders the scene.

変数

activeTextureGets the temporary RenderTexture target for this Camera.
actualRenderingPath現在使われているレンダリングパス(読み取り専用)。
allowDynamicResolutionDynamic Resolution Scaling.
allowHDRハイダイナミックレンジレンダリング。
allowMSAAMSAA rendering.
areVRStereoViewMatricesWithinSingleCullToleranceDetermines whether the stereo view matrices are suitable to allow for a single pass cull.
aspectアスペクト比(幅を高さで割った値)。
backgroundColor画面に何もないときに表示される色。
cameraToWorldMatrixカメラ空間からワールド空間に変換する行列(読み取り専用)。
cameraTypeIdentifies what kind of camera this is, using the CameraType enum.
clearFlagsカメラがどのように背景を取り除くか。
clearStencilAfterLightingPassカメラが Deferred Light Path の後にステンシルバッファをクリーンにする必要があるかどうか
commandBufferCountコマンドバッファ数をこのカメラに設定します(読取り専用)。
cullingMaskThis is used to render parts of the Scene selectively.
cullingMatrixすべてのカリングクエリに使うためのカメラのカスタムマトリクスを設定します。
depthカメラのレンダリング順序という意味のカメラ深度。
depthTextureModeどのようにカメラがテクスチャを生成するか。まず生成するのか。
eventMaskカメラのイベントを発動できるレイヤーを選択するためのマスク。
farClipPlaneThe distance of the far clipping plane from the Camera, in world units.
fieldOfViewThe vertical field of view of the Camera, in degrees.
focalLengthThe camera focal length, expressed in millimeters. To use this property, enable UsePhysicalProperties.
forceIntoRenderTextureShould camera rendering be forced into a RenderTexture.
gateFitThere are two gates for a camera, the sensor gate and the resolution gate. The physical camera sensor gate is defined by the sensorSize property, the resolution gate is defined by the render target area.
layerCullDistancesレイヤー単位のカリング距離。
layerCullSphericalカメラに対してレイヤー単位のカリングをどのように実行するか。
lensShiftThe lens offset of the camera. The lens shift is relative to the sensor size. For example, a lens shift of 0.5 offsets the sensor by half its horizontal size.
nearClipPlaneThe distance of the near clipping plane from the the Camera, in world units.
nonJitteredProjectionMatrixカメラオフセットのない (小刻みな振動がない) Raw のプロジェクション行列を取得/設定します。
opaqueSortModeオブジェクトを不透明にするソーティングモード
orthographicカメラが orthographic か ( true )、perspective か ( false )。
orthographicSizeorthographic モードの場合、カメラの半分のサイズ。
overrideSceneCullingMaskSets the culling maks used to determine which objects from which Scenes to draw. See EditorSceneManager.SetSceneCullingMask.
pixelHeightHow tall is the camera in pixels (not accounting for dynamic resolution scaling) (Read Only).
pixelRect画面上のピクセル座標でどこにカメラが描画されるか。
pixelWidthHow wide is the camera in pixels (not accounting for dynamic resolution scaling) (Read Only).
previousViewProjectionMatrixGet the view projection matrix used on the last frame.
projectionMatrixカスタム射影行列を設定します。
rect画面座標の正規化座標でどこにカメラが描画されるか。
renderingPath可能な場合、レンダリングパスが使用されます。
scaledPixelHeightHow tall is the camera in pixels (accounting for dynamic resolution scaling) (Read Only).
scaledPixelWidthHow wide is the camera in pixels (accounting for dynamic resolution scaling) (Read Only).
sceneIf not null, the camera will only render the contents of the specified Scene.
sensorSizeThe size of the camera sensor, expressed in millimeters.
stereoActiveEyeReturns the eye that is currently rendering. If called when stereo is not enabled it will return Camera.MonoOrStereoscopicEye.Mono. If called during a camera rendering callback such as OnRenderImage it will return the currently rendering eye. If called outside of a rendering callback and stereo is enabled, it will return the default eye which is Camera.MonoOrStereoscopicEye.Left.
stereoConvergence仮想の目が収束する点までの距離。
stereoEnabled立体レンダリング。
stereoSeparationThe distance between the virtual eyes. Use this to query or set the current eye separation. Note that most VR devices provide this value, in which case setting the value will have no effect.
stereoTargetEyeVR ディスプレイのどちらの目にカメラがレンダリングするかを決定します。
targetDisplayこのカメラのターゲット表示を設定します。
targetTexture移動先のレンダーテクスチャ
transparencySortAxisAn axis that describes the direction along which the distances of objects are measured for the purpose of sorting.
transparencySortModeソートモードの透明オブジェクト。
useJitteredProjectionMatrixForTransparentRenderingShould the jittered matrix be used for transparency rendering?
useOcclusionCullingカメラがレンダリング中にオクルージョンカリングを使用するかどうか。
usePhysicalPropertiesEnable [UsePhysicalProperties] to use physical camera properties to compute the field of view and the frustum.
velocityカメラのワールド空間での速度を取得します(読み取り専用)。
worldToCameraMatrixワールド空間からカメラ空間に変換する行列。

Public 関数

AddCommandBuffer指定された場所で実行されるようコマンドバッファを追加します。
AddCommandBufferAsyncAdds a command buffer to the GPU's async compute queues and executes that command buffer when graphics processing reaches a given point.
CalculateFrustumCornersGiven viewport coordinates, calculates the view space vectors pointing to the four frustum corners at the specified camera depth.
CalculateObliqueMatrix計算し、斜めの近平面射影行列を返します。
CopyFromこのカメラの設定を他のカメラと同じようにします。
CopyStereoDeviceProjectionMatrixToNonJitteredSets the non-jittered projection matrix, sourced from the VR SDK.
GetCommandBuffers指定された場所で実行されるようにコマンドバッファを取得します。
GetGateFittedFieldOfView Retrieves the effective vertical field of view of the camera, including GateFit. Fitting the sensor gate and the resolution gate has an impact on the final field of view. If the sensor gate aspect ratio is the same as the resolution gate aspect ratio or if the camera is not in physical mode, then this method returns the same value as the fieldofview property.
GetGateFittedLensShift Retrieves the effective lens offset of the camera, including GateFit. Fitting the sensor gate and the resolution gate has an impact on the final obliqueness of the projection. If the sensor gate aspect ratio is the same as the resolution gate aspect ratio, then this method returns the same value as the lenshift property. If the camera is not in physical mode, then this methods returns Vector2.zero.
GetStereoNonJitteredProjectionMatrixGets the non-jittered projection matrix of a specific left or right stereoscopic eye.
GetStereoProjectionMatrixGets the projection matrix of a specific left or right stereoscopic eye.
GetStereoViewMatrixGets the left or right view matrix of a specific stereoscopic eye.
RemoveAllCommandBuffersこのカメラに設定されるすべてのコマンドバッファを削除します。
RemoveCommandBuffer指定された場所で実行からコマンドバッファを削除します。
RemoveCommandBuffers指定された場所で実行からコマンドバッファを削除してください。
Render手動でカメラをレンダリングします。
RenderToCubemapこのカメラから静的のキューブマップにレンダリングします。
RenderWithShaderシェーダーを交換してカメラをレンダリングします。
ResetRevert all camera parameters to default.
ResetAspectアスペクト比をスクリーンのアスペクト比に戻します。
ResetCullingMatrix通常状態のカメラのパラメーターをプロジェクションに反映させます。
ResetProjectionMatrix通常状態のカメラのパラメーターをプロジェクションに反映させます。
ResetReplacementShaderカメラで変更されたシェーダーを削除します。
ResetStereoProjectionMatricesReset the camera to using the Unity computed projection matrices for all stereoscopic eyes.
ResetStereoViewMatricesReset the camera to using the Unity computed view matrices for all stereoscopic eyes.
ResetTransparencySortSettingsResets this Camera's transparency sort settings to the default. Default transparency settings are taken from GraphicsSettings instead of directly from this Camera.
ResetWorldToCameraMatrixMake the rendering position reflect the camera's position in the Scene.
ScreenPointToRayスクリーンの点を通してカメラからカメラからレイを通します。
ScreenToViewportPointTransform position のスクリーン座標からビューポート座標に変換します。
ScreenToWorldPointTransforms a point from screen space into world space, where world space is defined as the coordinate system at the very top of your game's hierarchy.
SetReplacementShaderシェーダーの置換に対するカメラのレンダーを作成します。
SetStereoProjectionMatrixSets a custom projection matrix for a specific stereoscopic eye.
SetStereoViewMatrixSets a custom view matrix for a specific stereoscopic eye.
SetTargetBuffers1 つや複数の RenderTexture のバッファを選択されたカメラのレンダーに設定します。
SubmitRenderRequestsSubmit a number of Camera.RenderRequests.
TryGetCullingParametersGet culling parameters for a camera.
ViewportPointToRayビューポート座標を介して、カメラからレイを飛ばします。
ViewportToScreenPointビューポート空間の position をスクリーン空間に変換します。
ViewportToWorldPointビューポート空間の position をワールド空間に変換します。
WorldToScreenPointワールド空間の position をスクリーン空間に変換します。
WorldToViewportPointワールド空間の position をビューポート空間に変換します。

Static 関数

CalculateProjectionMatrixFromPhysicalProperties Calculates the projection matrix from focal length, sensor size, lens shift, near plane distance, far plane distance, and Gate fit parameters. To calculate the projection matrix without taking Gate fit into account, use Camera.GateFitMode.None . See Also: GateFitParameters
FieldOfViewToFocalLengthConverts field of view to focal length. Use either sensor height and vertical field of view or sensor width and horizontal field of view.
FocalLengthToFieldOfViewConverts focal length to field of view.
GetAllCamerasFills an array of Camera with the current cameras in the Scene, without allocating a new array.
HorizontalToVerticalFieldOfViewConverts the horizontal field of view (FOV) to the vertical FOV, based on the value of the aspect ratio parameter.
VerticalToHorizontalFieldOfViewConverts the vertical field of view (FOV) to the horizontal FOV, based on the value of the aspect ratio parameter.

メッセージ

OnPostRender Event function that Unity calls after a Camera renders the scene.
OnPreCull Event function that Unity calls before a Camera culls the scene.
OnPreRender Event function that Unity calls before a Camera renders the scene.
OnRenderImage Event function that Unity calls after a Camera has finished rendering, that allows you to modify the Camera's final image.
OnRenderObjectOnRenderObject is called after camera has rendered the Scene.
OnWillRenderObjectOnWillRenderObject はカメラからオブジェクトが可視状態の場合、各カメラごとに一回呼び出されます。

デリゲート

CameraCallbackカメラのコールバックで使用するデリゲート

継承メンバー

変数

enabled有効であれば更新され、無効であれば更新されません。
isActiveAndEnabledHas the Behaviour had active and enabled called?
gameObjectこのコンポーネントはゲームオブジェクトにアタッチされます。コンポーネントはいつもゲームオブジェクトにアタッチされています。
tagゲームオブジェクトのタグ
transformThe Transform attached to this GameObject.
hideFlagsShould the object be hidden, saved with the Scene or modifiable by the user?
nameオブジェクト名

Public 関数

BroadcastMessageゲームオブジェクトまたは子オブジェクトにあるすべての MonoBehaviour を継承したクラスにある methodName 名のメソッドを呼び出します。
CompareTagこのゲームオブジェクトは tag とタグ付けされているかどうか
GetComponentReturns the component of Type type if the GameObject has one attached, null if it doesn't. Will also return disabled components.
GetComponentInChildren GameObject や深さ優先探索を活用して、親子関係にある子オブジェクトから type のタイプのコンポーネントを取得します。
GetComponentInParent GameObject や深さ優先探索を活用して、親子関係にある親オブジェクトから type のタイプのコンポーネントを取得します。
GetComponents GameObject から type のタイプのコンポーネントを「すべて」取得します。
GetComponentsInChildrenReturns all components of Type type in the GameObject or any of its children. Works recursively.
GetComponentsInParent GameObject や深さ優先探索を活用して、親子関係にある親オブジェクトから type のタイプのコンポーネントを「すべて」取得します。
SendMessageゲームオブジェクトにアタッチされているすべての MonoBehaviour にある methodName と名付けたメソッドを呼び出します
SendMessageUpwardsゲームオブジェクトと親(の親、さらに親 ... )にアタッチされているすべての MonoBehaviour にある methodName と名付けたメソッドを呼び出します
TryGetComponentGets the component of the specified type, if it exists.
GetInstanceIDGets the instance ID of the object.
ToStringReturns the name of the object.

Static 関数

DestroyRemoves a GameObject, component or asset.
DestroyImmediateDestroys the object obj immediately. You are strongly recommended to use Destroy instead.
DontDestroyOnLoadDo not destroy the target Object when loading a new Scene.
FindObjectOfTypeタイプ type から最初に見つけたアクティブのオブジェクトを返します
FindObjectsOfTypeGets a list of all loaded objects of Type type.
Instantiateoriginal のオブジェクトをクローンします

Operator

boolオブジェクトが存在するかどうか
operator !=二つのオブジェクトが異なるオブジェクトを参照しているか比較します
operator ==2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。