ConstantDesc
Class
Read time 1 minuteLast updated 18 hours ago
Inheritance
- object
- ConstantDesc
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class ConstantDesc
Constructors
ConstantDesc()
public ConstantDesc()
ConstantDesc(ConstantDesc)
Parameterspublic ConstantDesc(ConstantDesc o)
Type | Name | Description |
|---|---|---|
| ConstantDesc | o |
Fields
name
Returnspublic string name
Type | Description |
|---|---|
| string |
value
Returnspublic string value
Type | Description |
|---|---|
| string |
type
Returnspublic TypeDesc type
Type | Description |
|---|---|
| TypeDesc |
description
Returnspublic string description
Type | Description |
|---|---|
| string |