Class ConstantDesc
Inherited Members
Namespace: UnityEngine.Pixyz.Core
Syntax
[Serializable]
public class ConstantDescConstructors
ConstantDesc()
Declaration
public ConstantDesc()ConstantDesc(ConstantDesc)
Declaration
public ConstantDesc(ConstantDesc o)Parameters
| Type | Name | Description | 
|---|---|---|
| ConstantDesc | o | 
Fields
description
Declaration
public string descriptionField Value
| Type | Description | 
|---|---|
| string | 
name
Declaration
public string nameField Value
| Type | Description | 
|---|---|
| string | 
type
Declaration
public TypeDesc typeField Value
| Type | Description | 
|---|---|
| TypeDesc | 
value
Declaration
public string valueField Value
| Type | Description | 
|---|---|
| string |