docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ShaderDebugPrintInput

    Shader constant input parameters.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public struct ShaderDebugPrintInput

    Properties

    Name Description
    leftDown

    Left mouse button is pressed.

    middleDown

    Middle mouse button is pressed.

    pos

    Mouse position. GameView bottom-left == (0,0) top-right == (surface.width, surface.height) where surface == game display surface/rendertarget For screen pixel coordinates, game-view should be set to "Free Aspect". Works only in PlayMode.

    rightDown

    Right mouse button is pressed.

    Methods

    Name Description
    String()

    Pretty print parameters for debug purposes.

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 06 October 2023