Class GroupDesc
Inherited Members
Namespace: UnityEngine.Pixyz.Core
Syntax
[Serializable]
public class GroupDesc
Constructors
GroupDesc()
Declaration
public GroupDesc()
GroupDesc(GroupDesc)
Declaration
public GroupDesc(GroupDesc o)
Parameters
Type | Name | Description |
---|---|---|
GroupDesc | o |
Fields
description
Declaration
public string description
Field Value
Type | Description |
---|---|
string |
functions
Declaration
public FunctionDescList functions
Field Value
Type | Description |
---|---|
FunctionDescList |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
string |