AnnotationDefinitionList
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- AnnotationDefinitionList
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class AnnotationDefinitionList
Constructors
AnnotationDefinitionList(AnnotationDefinition[])
public AnnotationDefinitionList(AnnotationDefinition[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| AnnotationDefinition[] | tab |
AnnotationDefinitionList(int)
public AnnotationDefinitionList(int size)
Parameters
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
public int length { get; }
Returns
Type | Description |
|---|---|
| int |
this[int]
public AnnotationDefinition this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| AnnotationDefinition |
list
public AnnotationDefinition[] list
Returns
Type | Description |
|---|---|
| AnnotationDefinition[] |
Operators
implicit operator AnnotationDefinition[](AnnotationDefinitionList)
public static implicit operator AnnotationDefinition[](AnnotationDefinitionList o)
Parameters
Type | Name | Description |
|---|---|---|
| AnnotationDefinitionList | o |
Returns
Type | Description |
|---|---|
| AnnotationDefinition[] |