Method As
As<To>(BlobAssetReference<Collider>)
Get cast reference to the Collider inside a BlobAssetReference container.
Declaration
public static ref To As<To>(this BlobAssetReference<Collider> col) where To : unmanaged, ICollider
Parameters
Type | Name | Description |
---|---|---|
BlobAssetReference<Collider> | col | The BlobAssetReference<Collider> instance that we're attempting to extract data from. |
Returns
Type | Description |
---|---|
To | A reference to the Collider instance, cast to the specified type. |
Type Parameters
Name | Description |
---|---|
To | Type of to. |