C# Класс GPUGraph.GraphParamCollection

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
FloatParams List
Tex2DParams List

Открытые методы

Метод Описание
GraphParamCollection ( Graph g ) : System

Gets all the parameters in the given Graph.

GraphParamCollection ( Graph otherG, GraphParamCollection c ) : System

Gets all parameters from the given collection and recreates them for the given graph.

ParamEditorGUI ( ) : bool

Runs a GUI using EditorGUILayout for these parameters. This GUI can be used to modify each parameter's "default value" fields. Returns whether any values have been changed.

SetParams ( Material m ) : void

Sets the given material to use these parameters, with their default values.

Описание методов

GraphParamCollection() публичный Метод

Gets all the parameters in the given Graph.
public GraphParamCollection ( Graph g ) : System
g Graph
Результат System

GraphParamCollection() публичный Метод

Gets all parameters from the given collection and recreates them for the given graph.
public GraphParamCollection ( Graph otherG, GraphParamCollection c ) : System
otherG Graph
c GraphParamCollection
Результат System

ParamEditorGUI() публичный Метод

Runs a GUI using EditorGUILayout for these parameters. This GUI can be used to modify each parameter's "default value" fields. Returns whether any values have been changed.
public ParamEditorGUI ( ) : bool
Результат bool

SetParams() публичный Метод

Sets the given material to use these parameters, with their default values.
public SetParams ( Material m ) : void
m UnityEngine.Material
Результат void

Описание свойств

FloatParams публичное свойство

public List FloatParams
Результат List

Tex2DParams публичное свойство

public List Tex2DParams
Результат List