Class Vector2ParameterField
Inheritance
System.Object
Vector2ParameterField
Syntax
public class Vector2ParameterField : object, IParameterField
Properties
NumRows
Declaration
public int NumRows { get; }
Property Value
Type |
Description |
System.Int32 |
|
Type
Declaration
public Type Type { get; }
Property Value
Methods
Field(String, Type, Object, Nullable<Rect>)
Declaration
public object Field(string valName, Type valType, object val, Rect? rect)
Parameters
Type |
Name |
Description |
System.String |
valName |
|
Type |
valType |
|
System.Object |
val |
|
System.Nullable<Rect> |
rect |
|
Returns
Type |
Description |
System.Object |
|
Implements