Method | Description | |
---|---|---|
CanHandle ( IAsset asset ) : bool |
The can handle.
|
|
Handle ( IAsset asset, AssetTarget target ) : IRawAsset |
The handle.
|
public CanHandle ( IAsset asset ) : bool | ||
asset | IAsset | /// The asset. /// |
return | bool |
public Handle ( IAsset asset, AssetTarget target ) : IRawAsset | ||
asset | IAsset | /// The asset. /// |
target | AssetTarget | /// The target. /// |
return | IRawAsset |