Class PairVector2IntParameterField
Inheritance
object
PairVector2IntParameterField
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
public class PairVector2IntParameterField : IParameterField
Properties
NumRows
Declaration
public int NumRows { get; }
Property Value
Type | Description |
---|---|
int |
Type
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
Field(string, Type, object, Rect?)
Declaration
public 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 |