Field
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- Field
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class Field
Constructors
Field()
public Field()
Field(Field)
public Field(Field o)
Parameters
Type | Name | Description |
|---|---|---|
| Field | o |
Fields
name
public string name
Returns
Type | Description |
|---|---|
| string |
type
public string type
Returns
Type | Description |
|---|---|
| string |
module
public string module
Returns
Type | Description |
|---|---|
| string |
defaultValue
public string defaultValue
Returns
Type | Description |
|---|---|
| string |
description
public string description
Returns
Type | Description |
|---|---|
| string |
disableValue
public string disableValue
Returns
Type | Description |
|---|---|
| string |
predefinedValues
public StringPairList predefinedValues
Returns
Type | Description |
|---|---|
| StringPairList |