Class UsdAttributeVector
Inheritance
UsdAttributeVector
Namespace: pxr
Assembly: USD.NET.dll
Syntax
public class UsdAttributeVector : IDisposable, IEnumerable<UsdAttribute>, IEnumerable
Constructors
Fields
Properties
Methods
Name |
Description |
Add(UsdAttribute)
|
|
AddRange(UsdAttributeVector)
|
|
Clear()
|
|
CopyTo(int, UsdAttribute[], int, int)
|
|
CopyTo(UsdAttribute[])
|
|
CopyTo(UsdAttribute[], int)
|
|
Dispose()
|
|
Dispose(bool)
|
|
~UsdAttributeVector()
|
|
GetEnumerator()
|
|
GetRange(int, int)
|
|
Insert(int, UsdAttribute)
|
|
InsertRange(int, UsdAttributeVector)
|
|
RemoveAt(int)
|
|
RemoveRange(int, int)
|
|
Repeat(UsdAttribute, int)
|
|
Reverse()
|
|
Reverse(int, int)
|
|
SetRange(int, UsdAttributeVector)
|
|
ToArray()
|
|
getCPtr(UsdAttributeVector)
|
|
swigRelease(UsdAttributeVector)
|
|