{!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} Method Damp | Cinemachine | 2.3.5-preview.3
docs.unity3d.com
"{0}"의 검색 결과

    목차 표시/숨기기

    Method Damp

    Damp(float, float, float)

    Get a damped version of a quantity. This is the portion of the quantity that will take effect over the given time.

    선언
    public static float Damp(float initial, float dampTime, float deltaTime)
    파라미터
    타입 이름 설명
    float initial

    The amount that will be damped

    float dampTime

    The rate of damping. This is the time it would take to reduce the original amount to a negligible percentage

    float deltaTime

    The time over which to damp

    반환
    타입 설명
    float

    The damped amount. This will be the original amount scaled by a value between 0 and 1.

    Damp(Vector3, Vector3, float)

    Get a damped version of a quantity. This is the portion of the quantity that will take effect over the given time.

    선언
    public static Vector3 Damp(Vector3 initial, Vector3 dampTime, float deltaTime)
    파라미터
    타입 이름 설명
    Vector3 initial

    The amount that will be damped

    Vector3 dampTime

    The rate of damping. This is the time it would take to reduce the original amount to a negligible percentage

    float deltaTime

    The time over which to damp

    반환
    타입 설명
    Vector3

    The damped amount. This will be the original amount scaled by a value between 0 and 1.

    Damp(Vector3, float, float)

    Get a damped version of a quantity. This is the portion of the quantity that will take effect over the given time.

    선언
    public static Vector3 Damp(Vector3 initial, float dampTime, float deltaTime)
    파라미터
    타입 이름 설명
    Vector3 initial

    The amount that will be damped

    float dampTime

    The rate of damping. This is the time it would take to reduce the original amount to a negligible percentage

    float deltaTime

    The time over which to damp

    반환
    타입 설명
    Vector3

    The damped amount. This will be the original amount scaled by a value between 0 and 1.

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