Struct HlslFloat | Terrain Tools | 3.0.2-preview.3
docs.unity.cn
    Show / Hide Table of Contents

    Struct HlslFloat

    Representation for an HLSL float

    Namespace: UnityEditor.Experimental.TerrainAPI
    Syntax
    public struct HlslFloat

    Constructors

    HlslFloat(Single)

    The constructor for an HlslFloat

    Declaration
    public HlslFloat(float val)
    Parameters
    Type Name Description
    Single val

    The GPU value for this HlslFloat

    Fields

    val

    The value for the HLSL float

    Declaration
    public float val
    Field Value
    Type Description
    Single
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 10 November 2020