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