Class StandardShaderHelper | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class StandardShaderHelper

    Inheritance
    Object
    StandardShaderHelper
    Namespace: UnityEngine.Reflect
    Syntax
    public static class StandardShaderHelper

    Methods

    ComputeKeywords(Material)

    Declaration
    public static void ComputeKeywords(Material material)
    Parameters
    Type Name Description
    Material material

    ComputeMaterial(SyncMaterial, Material, ITextureCache)

    Declaration
    public static void ComputeMaterial(SyncMaterial syncMaterial, Material material, ITextureCache textureCache)
    Parameters
    Type Name Description
    SyncMaterial syncMaterial
    Material material
    ITextureCache textureCache

    GetShader(SyncMaterial)

    Declaration
    public static Shader GetShader(SyncMaterial syncMaterial)
    Parameters
    Type Name Description
    SyncMaterial syncMaterial
    Returns
    Type Description
    Shader
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX