Class BrushJitterHandler | Terrain Tools | 3.0.2-preview.3
docs.unity3d.com
    Show / Hide Table of Contents

    Class BrushJitterHandler

    Inheritance
    Object
    BrushJitterHandler
    Namespace: UnityEditor.Experimental.TerrainAPI
    Syntax
    public class BrushJitterHandler

    Constructors

    BrushJitterHandler(Single, Single, Single, Boolean)

    Declaration
    public BrushJitterHandler(float jitter, float minValue, float maxValue, bool smoothJitter = false)
    Parameters
    Type Name Description
    Single jitter
    Single minValue
    Single maxValue
    Boolean smoothJitter

    Properties

    frequency

    Declaration
    public float frequency { get; set; }
    Property Value
    Type Description
    Single

    jitter

    Declaration
    public float jitter { get; set; }
    Property Value
    Type Description
    Single

    smoothJitter

    Declaration
    public bool smoothJitter { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    CalculateValue(Single)

    Declaration
    public float CalculateValue(float initialValue)
    Parameters
    Type Name Description
    Single initialValue
    Returns
    Type Description
    Single

    OnGuiLayout(String)

    Declaration
    public void OnGuiLayout(string toolTip)
    Parameters
    Type Name Description
    String toolTip

    RequestRandomization()

    Declaration
    public void RequestRandomization()

    Update()

    Declaration
    public void Update()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023