Show / Hide Table of Contents

Class MixtureEditorUtils

Inheritance
System.Object
MixtureEditorUtils
Namespace: Mixture
Assembly: Unity.ShaderGraph.GraphicsTests.dll
Syntax
public static class MixtureEditorUtils

Fields

| Improve this Doc View Source

computeShaderTemplate

Declaration
public static readonly string computeShaderTemplate
Field Value
Type Description
System.String
| Improve this Doc View Source

mixtureEditorResourcesPath

Declaration
public static readonly string mixtureEditorResourcesPath
Field Value
Type Description
System.String
| Improve this Doc View Source

shaderGraphTexture2DTemplate

Declaration
public static readonly string shaderGraphTexture2DTemplate
Field Value
Type Description
System.String
| Improve this Doc View Source

shaderGraphTexture3DTemplate

Declaration
public static readonly string shaderGraphTexture3DTemplate
Field Value
Type Description
System.String
| Improve this Doc View Source

shaderGraphTextureCubeTemplate

Declaration
public static readonly string shaderGraphTextureCubeTemplate
Field Value
Type Description
System.String
| Improve this Doc View Source

shaderTextTexture2DTemplate

Declaration
public static readonly string shaderTextTexture2DTemplate
Field Value
Type Description
System.String
| Improve this Doc View Source

shaderTextTexture3DTemplate

Declaration
public static readonly string shaderTextTexture3DTemplate
Field Value
Type Description
System.String
| Improve this Doc View Source

shaderTextTextureCubeTemplate

Declaration
public static readonly string shaderTextTextureCubeTemplate
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

bugIcon

Declaration
public static Texture2D bugIcon { get; }
Property Value
Type Description
UnityEngine.Texture2D
| Improve this Doc View Source

compareIcon

Declaration
public static Texture2D compareIcon { get; }
Property Value
Type Description
UnityEngine.Texture2D
| Improve this Doc View Source

documentationIcon

Declaration
public static Texture2D documentationIcon { get; }
Property Value
Type Description
UnityEngine.Texture2D
| Improve this Doc View Source

featureRequestIcon

Declaration
public static Texture2D featureRequestIcon { get; }
Property Value
Type Description
UnityEngine.Texture2D
| Improve this Doc View Source

fitIcon

Declaration
public static Texture2D fitIcon { get; }
Property Value
Type Description
UnityEngine.Texture2D
| Improve this Doc View Source

githubIcon

Declaration
public static Texture2D githubIcon { get; }
Property Value
Type Description
UnityEngine.Texture2D
| Improve this Doc View Source

lockClose

Declaration
public static Texture2D lockClose { get; }
Property Value
Type Description
UnityEngine.Texture2D
| Improve this Doc View Source

lockOpen

Declaration
public static Texture2D lockOpen { get; }
Property Value
Type Description
UnityEngine.Texture2D
| Improve this Doc View Source

pinIcon

Declaration
public static Texture2D pinIcon { get; }
Property Value
Type Description
UnityEngine.Texture2D
| Improve this Doc View Source

settingsIcon

Declaration
public static Texture2D settingsIcon { get; }
Property Value
Type Description
UnityEngine.Texture2D
| Improve this Doc View Source

unpinIcon

Declaration
public static Texture2D unpinIcon { get; }
Property Value
Type Description
UnityEngine.Texture2D

Methods

| Improve this Doc View Source

CreateComputeShader(MixtureGraph, String)

Declaration
public static ComputeShader CreateComputeShader(MixtureGraph graph, string name)
Parameters
Type Name Description
MixtureGraph graph
System.String name
Returns
Type Description
UnityEngine.ComputeShader
| Improve this Doc View Source

CreateNewShaderGraph(MixtureGraph, String, OutputDimension)

Declaration
public static Shader CreateNewShaderGraph(MixtureGraph graph, string name, OutputDimension dimension)
Parameters
Type Name Description
MixtureGraph graph
System.String name
OutputDimension dimension
Returns
Type Description
UnityEngine.Shader
| Improve this Doc View Source

CreateNewShaderText(MixtureGraph, String, OutputDimension)

Declaration
public static Shader CreateNewShaderText(MixtureGraph graph, string name, OutputDimension dimension)
Parameters
Type Name Description
MixtureGraph graph
System.String name
OutputDimension dimension
Returns
Type Description
UnityEngine.Shader
| Improve this Doc View Source

GetChannelsMask(PreviewChannels)

Declaration
public static Vector4 GetChannelsMask(PreviewChannels channels)
Parameters
Type Name Description
PreviewChannels channels
Returns
Type Description
UnityEngine.Vector4
| Improve this Doc View Source

GetGraphAtPath(String)

Declaration
public static MixtureGraph GetGraphAtPath(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
MixtureGraph
| Improve this Doc View Source

ToggleMixtureGraphMode(MixtureGraph)

Declaration
public static void ToggleMixtureGraphMode(MixtureGraph mixture)
Parameters
Type Name Description
MixtureGraph mixture
  • Improve this Doc
  • View Source
Back to top Generated by DocFX