Class VisAssetGradient
Concrete implementation of a VisAsset Gradient, which is a collection of VisAssets that also counts as a single VisAsset.
Inheritance
VisAssetGradient
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public class VisAssetGradient : VisAsset
Methods
| Improve this Doc View SourceFromRaw<T, S>(RawVisAssetGradient)
Convert from a RawVisAssetGradient to a regular gradient for internal use.
Declaration
public static T FromRaw<T, S>(RawVisAssetGradient raw) where T : IVisAssetGradient<S>, new() where S : IVisAsset
Parameters
| Type | Name | Description |
|---|---|---|
| RawVisAssetGradient | raw |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T | |
| S |