docs.unity3d.com
    Show / Hide Table of Contents

    Class PostEffectsBase

    Inheritance
    Object
    PostEffectsBase
    UTS_EdgeDetection
    Namespace: UnityChan.ImageEffects
    Syntax
    public class PostEffectsBase : MonoBehaviour

    Fields

    isSupported

    Declaration
    protected bool isSupported
    Field Value
    Type Description
    Boolean

    supportDX11

    Declaration
    protected bool supportDX11
    Field Value
    Type Description
    Boolean

    supportHDRTextures

    Declaration
    protected bool supportHDRTextures
    Field Value
    Type Description
    Boolean

    Methods

    CheckResources()

    Declaration
    public virtual bool CheckResources()
    Returns
    Type Description
    Boolean

    CheckShaderAndCreateMaterial(Shader, Material)

    Declaration
    protected Material CheckShaderAndCreateMaterial(Shader s, Material m2Create)
    Parameters
    Type Name Description
    Shader s
    Material m2Create
    Returns
    Type Description
    Material

    CheckSupport()

    Declaration
    protected bool CheckSupport()
    Returns
    Type Description
    Boolean

    CheckSupport(Boolean)

    Declaration
    protected bool CheckSupport(bool needDepth)
    Parameters
    Type Name Description
    Boolean needDepth
    Returns
    Type Description
    Boolean

    CheckSupport(Boolean, Boolean)

    Declaration
    protected bool CheckSupport(bool needDepth, bool needHdr)
    Parameters
    Type Name Description
    Boolean needDepth
    Boolean needHdr
    Returns
    Type Description
    Boolean

    CreateMaterial(Shader, Material)

    Declaration
    protected Material CreateMaterial(Shader s, Material m2Create)
    Parameters
    Type Name Description
    Shader s
    Material m2Create
    Returns
    Type Description
    Material

    DrawBorder(RenderTexture, Material)

    Declaration
    protected void DrawBorder(RenderTexture dest, Material material)
    Parameters
    Type Name Description
    RenderTexture dest
    Material material

    Dx11Support()

    Declaration
    public bool Dx11Support()
    Returns
    Type Description
    Boolean

    NotSupported()

    Declaration
    protected void NotSupported()

    ReportAutoDisable()

    Declaration
    protected void ReportAutoDisable()

    Start()

    Declaration
    protected void Start()
    Back to top
    Terms of use
    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