docs.unity.cn
    Show / Hide Table of Contents

    Class SdfTupleDimensions

    Inheritance
    Object
    SdfTupleDimensions
    Namespace: pxr
    Syntax
    public class SdfTupleDimensions : IDisposable

    Constructors

    SdfTupleDimensions()

    Declaration
    public SdfTupleDimensions()

    SdfTupleDimensions(SWIGTYPE_p_a_2__size_t)

    Declaration
    public SdfTupleDimensions(SWIGTYPE_p_a_2__size_t s)
    Parameters
    Type Name Description
    SWIGTYPE_p_a_2__size_t s

    SdfTupleDimensions(UInt32)

    Declaration
    public SdfTupleDimensions(uint m)
    Parameters
    Type Name Description
    UInt32 m

    SdfTupleDimensions(UInt32, UInt32)

    Declaration
    public SdfTupleDimensions(uint m, uint n)
    Parameters
    Type Name Description
    UInt32 m
    UInt32 n

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Properties

    d

    Declaration
    public SWIGTYPE_p_size_t d { get; set; }
    Property Value
    Type Description
    SWIGTYPE_p_size_t

    size

    Declaration
    public uint size { get; set; }
    Property Value
    Type Description
    UInt32

    Methods

    Dispose()

    Declaration
    public virtual void Dispose()

    Finalize()

    Declaration
    protected void Finalize()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023