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

    Enum NoiseDimensionFlags

    An enum used for defining which n-dimensional spaces a particular NoiseType or FractalType implementation supports

    Namespace: UnityEditor.Experimental.TerrainAPI
    Syntax
    [Serializable]
    [Flags]
    public enum NoiseDimensionFlags

    Fields

    Name Description Value
    None

    No dimensions are supported

    0
    _1D

    One-dimensional noise is supported

    1
    _2D

    Two-dimensional noise is supported

    2
    _3D

    Three-dimensional noise is supported

    4
    _4D

    Four-dimensional noise is supported

    8
    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