docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class StdBoolVector

    Inheritance
    object
    StdBoolVector
    Implements
    IDisposable
    IList<bool>
    ICollection<bool>
    IEnumerable<bool>
    IEnumerable
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: pxr
    Assembly: USD.NET.dll
    Syntax
    public class StdBoolVector : IDisposable, IList<bool>, ICollection<bool>, IEnumerable<bool>, IEnumerable

    Constructors

    Name Description
    StdBoolVector()
    StdBoolVector(IEnumerable<bool>)
    StdBoolVector(IEnumerable)
    StdBoolVector(int)
    StdBoolVector(IntPtr, bool)
    StdBoolVector(StdBoolVector)

    Fields

    Name Description
    swigCMemOwn

    Properties

    Name Description
    Capacity
    Count
    IsFixedSize
    IsReadOnly
    IsSynchronized
    this[int]

    Methods

    Name Description
    Add(bool)
    AddRange(StdBoolVector)
    Clear()
    Contains(bool)
    CopyTo(bool[])
    CopyTo(bool[], int)
    CopyTo(int, bool[], int, int)
    Dispose()
    Dispose(bool)
    ~StdBoolVector()
    GetEnumerator()
    GetRange(int, int)
    IndexOf(bool)
    Insert(int, bool)
    InsertRange(int, StdBoolVector)
    LastIndexOf(bool)
    Remove(bool)
    RemoveAt(int)
    RemoveRange(int, int)
    Repeat(bool, int)
    Reverse()
    Reverse(int, int)
    SetRange(int, StdBoolVector)
    ToArray()
    getCPtr(StdBoolVector)
    swigRelease(StdBoolVector)
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)