MetadataList
Class
阅读时间1 分钟最后更新于 5 天前
Inheritance
- object
- MetadataList
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class MetadataList
Constructors
MetadataList()
public MetadataList()
MetadataList(uint[])
Parameterspublic MetadataList(uint[] tab)
Type | Name | Description |
|---|---|---|
| uint[] | tab |
MetadataList(int)
Parameterspublic MetadataList(int size)
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
Returnspublic int length { get; }
Type | Description |
|---|---|
| int |
this[int]
Returnspublic uint this[int index] { get; set; }
Type | Description |
|---|---|
| uint |
list
Returnspublic uint[] list
Type | Description |
|---|---|
| uint[] |
Operators
implicit operator uint[](MetadataList)
Parameterspublic static implicit operator uint[](MetadataList o)
Type | Name | Description |
|---|---|---|
| MetadataList | o |
Type | Description |
|---|---|
| uint[] |