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