{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Interface ICinemachineCamera | Cinemachine | 2.3.5-preview.3
docs.unity3d.com
"{0}"의 검색 결과

    목차 표시/숨기기

    Interface ICinemachineCamera

    An abstract representation of a virtual camera which lives within the Unity scene

    네임스페이스: Cinemachine
    어셈블리: solution.dll
    구문
    public interface ICinemachineCamera

    프로퍼티

    이름 설명
    Description

    Gets a brief debug description of this virtual camera, for use when displayiong debug info

    Follow

    The thing the camera wants to follow (moving camera). May be null.

    IsValid

    Will return false if this references a deleted object

    LookAt

    The thing the camera wants to look at (aim). May be null.

    Name

    Gets the name of this virtual camera. For use when deciding how to blend to or from this camera

    ParentCamera

    For cameras that implement child cameras, returns the parent vcam, otherwise null.

    Priority

    Gets the priority of this ICinemachineCamera. The virtual camera will be inserted into the global priority stack based on this value.

    State

    Camera state at the current time.

    VirtualCameraGameObject

    Gets the virtual camera game attached to this class.

    메서드

    이름 설명
    InternalUpdateCameraState(Vector3, float)

    Updates this Cinemachine Camera. For an active camera this should be called once and only once each frame. To guarantee this, you should never call this method directly. Always use CinemachineCore.UpdateVirtualCamera(ICinemachineCamera, Vector3, float), which has protection against multiple calls per frame.

    IsLiveChild(ICinemachineCamera, bool)

    Check whether the vcam is a live child of this camera.

    OnTargetObjectWarped(Transform, Vector3)

    This is called to notify the component that a target got warped, so that the component can update its internal state to make the camera also warp seamlessy. Base class implementation does nothing.

    OnTransitionFromCamera(ICinemachineCamera, Vector3, float)

    Notification that a new camera is being activated. This is sent to the currently active camera. Both may be active simultaneously for a while, if blending.

    UpdateCameraState(Vector3, float)

    Update the camera's state. The implementation must guarantee against multiple calls per frame, and should use CinemachineCore.UpdateVirtualCamera(ICinemachineCamera, Vector3, mfloat), which has protection against multiple calls per frame.

    문서 개요
    맨 위로
    Copyright © 2023 Unity Technologies — 상표 및 이용약관
    • 법률정보
    • 개인정보처리방침
    • 쿠키
    • 내 개인정보 판매 금지
    • Your Privacy Choices (Cookie Settings)