ModuleDesc
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- ModuleDesc
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class ModuleDesc
Constructors
ModuleDesc()
public ModuleDesc()
ModuleDesc(ModuleDesc)
public ModuleDesc(ModuleDesc o)
Parameters
Type | Name | Description |
|---|---|---|
| ModuleDesc | o |
Fields
name
public string name
Returns
Type | Description |
|---|---|
| string |
description
public string description
Returns
Type | Description |
|---|---|
| string |
author
public string author
Returns
Type | Description |
|---|---|
| string |
groups
public GroupDescList groups
Returns
Type | Description |
|---|---|
| GroupDescList |
types
public TypeDescList types
Returns
Type | Description |
|---|---|
| TypeDescList |
constants
public ConstantDescList constants
Returns
Type | Description |
|---|---|
| ConstantDescList |
dependencies
public StringList dependencies
Returns
Type | Description |
|---|---|
| StringList |
stability
public Stability stability
Returns
Type | Description |
|---|---|
| Stability |