Interface IParameterField
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
public interface IParameterField
Properties
NumRows
Declaration
int NumRows { get; }
Property Value
Type | Description |
---|---|
int |
Type
Declaration
Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
Field(string, Type, object, Rect?)
Declaration
object Field(string valName, Type valType, object val, Rect? rect)
Parameters
Type | Name | Description |
---|---|---|
string | valName | |
System.Type | valType | |
object | val | |
UnityEngine.Rect? | rect |
Returns
Type | Description |
---|---|
object |