Struct NoiseSettings.TransformNoiseParams | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct NoiseSettings.TransformNoiseParams

    Contains the behaviour of noise for the noise module for all 3 cardinal axes of the camera

    Namespace: Cinemachine
    Syntax
    [DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
    [Serializable]
    public struct TransformNoiseParams

    Fields

    X

    Noise definition for X-axis

    Declaration
    public NoiseSettings.NoiseParams X
    Field Value
    Type Description
    NoiseSettings.NoiseParams

    Y

    Noise definition for Y-axis

    Declaration
    public NoiseSettings.NoiseParams Y
    Field Value
    Type Description
    NoiseSettings.NoiseParams

    Z

    Noise definition for Z-axis

    Declaration
    public NoiseSettings.NoiseParams Z
    Field Value
    Type Description
    NoiseSettings.NoiseParams

    Methods

    GetValueAt(Single, Vector3)

    Get the signal value at a given time, offset by a given amount

    Declaration
    public Vector3 GetValueAt(float time, Vector3 timeOffsets)
    Parameters
    Type Name Description
    System.Single time
    Vector3 timeOffsets
    Returns
    Type Description
    Vector3
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX