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

    Class NoiseSettings.ShaderStrings

    Class containing the string names of shader properties used by noise shaders

    Inheritance
    System.Object
    NoiseSettings.ShaderStrings
    Namespace: UnityEditor.Experimental.TerrainAPI
    Syntax
    public static class ShaderStrings

    Fields

    rotation

    Property for noise rotation. Value = "_NoiseRotation"

    Declaration
    public static readonly string rotation
    Field Value
    Type Description
    System.String

    scale

    Property for noise scale. Value = "_NoiseScale"

    Declaration
    public static readonly string scale
    Field Value
    Type Description
    System.String

    transform

    Property for the noise transform. Value = "_NoiseTransform"

    Declaration
    public static readonly string transform
    Field Value
    Type Description
    System.String

    translation

    Property for noise translation. Value = "_NoiseTranslation"

    Declaration
    public static readonly string translation
    Field Value
    Type Description
    System.String
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX