Constructor SplineMeshHandle
SplineMeshHandle()
Creates a new mesh handle. This class implements IDisposable to clean up allocated mesh resources. Call Dispose() when you are finished with the instance.
Declaration
public SplineMeshHandle()
SplineMeshHandle(Material)
Create a new mesh handle. This class implements IDisposable to clean up allocated mesh resources. Call Dispose() when you are finished with the instance.
Declaration
public SplineMeshHandle(Material material)
Parameters
Type | Name | Description |
---|---|---|
Material | material | The material to render the cylinder mesh with. |