Struct HlslFloat | Package Manager UI website
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
    System.Single val

    The GPU value for this HlslFloat

    Fields

    val

    The value for the HLSL float

    Declaration
    public float val
    Field Value
    Type Description
    System.Single
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX