Method Clone
Clone()
This function clones the Collider and wraps it in a BlobAssetReference. The caller is
responsible for appropriately calling Dispose on the result.
Returned collider is guaranteed to be unique.
Declaration
public BlobAssetReference<Collider> Clone()
Returns
| Type | Description |
|---|---|
| BlobAssetReference<Collider> | A clone of the Collider wrapped in a BlobAssetReference. |