Field
Class
阅读时间1 分钟最后更新于 4 天前
Inheritance
- object
- Field
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class Field
Constructors
Field()
public Field()
Field(Field)
Parameterspublic Field(Field o)
Type | Name | Description |
|---|---|---|
| Field | o |
Fields
name
Returnspublic string name
Type | Description |
|---|---|
| string |
type
Returnspublic string type
Type | Description |
|---|---|
| string |
module
Returnspublic string module
Type | Description |
|---|---|
| string |
defaultValue
Returnspublic string defaultValue
Type | Description |
|---|---|
| string |
description
Returnspublic string description
Type | Description |
|---|---|
| string |
disableValue
Returnspublic string disableValue
Type | Description |
|---|---|
| string |
predefinedValues
Returnspublic StringPairList predefinedValues
Type | Description |
|---|---|
| StringPairList |