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