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