Struct CurvesDescription
Represents a set of curve data buffers.
Implements
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public struct CurvesDescription : IDisposable
Fields
basis
Basis of the curves.
Declaration
public CurveBasis basis
Field Value
Type | Description |
---|---|
Curve |
curveData
A buffer containing curve points, written consecutively.
Declaration
public NativeArray<float3> curveData
Field Value
Type | Description |
---|---|
Native |
curveDataHeads
The starting index of each curve set of point in the curve
Declaration
public NativeArray<int> curveDataHeads
Field Value
Type | Description |
---|---|
Native |
type
A buffer containing curves point, written consecutively.
Declaration
public CurveType type
Field Value
Type | Description |
---|---|
Curve |
wrap
Wrap of the curves.
Declaration
public CurveWrap wrap
Field Value
Type | Description |
---|---|
Curve |
Methods
Dispose()
See documentation for <IDisposable.Dispose> for more details
Declaration
public void Dispose()