Class RawVisAssetGradient
Serializable version of the VisAsset gradients that interacts with
state/schema.
Each VisAsset type should be responsible for implementing their own
conversion to/from this.
Inheritance
RawVisAssetGradient
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public class RawVisAssetGradient
Fields
|
Improve this Doc
View Source
gradientScale
Serializable version of the VisAsset gradients that interacts with
state/schema.
Each VisAsset type should be responsible for implementing their own
conversion to/from this.
Declaration
public string gradientScale
Field Value
|
Improve this Doc
View Source
gradientType
Serializable version of the VisAsset gradients that interacts with
state/schema.
Each VisAsset type should be responsible for implementing their own
conversion to/from this.
Declaration
public string gradientType
Field Value
|
Improve this Doc
View Source
points
Serializable version of the VisAsset gradients that interacts with
state/schema.
Each VisAsset type should be responsible for implementing their own
conversion to/from this.
Declaration
Field Value
|
Improve this Doc
View Source
uuid
Serializable version of the VisAsset gradients that interacts with
state/schema.
Each VisAsset type should be responsible for implementing their own
conversion to/from this.
Declaration
Field Value
|
Improve this Doc
View Source
visAssets
Serializable version of the VisAsset gradients that interacts with
state/schema.
Each VisAsset type should be responsible for implementing their own
conversion to/from this.
Declaration
public string[] visAssets
Field Value
Methods
|
Improve this Doc
View Source
ToRaw<T>(IVisAssetGradient<T>)
Convert from a regular VisAssetGradient to raw gradient
for serialization/import/export/interfacing with other apps.
Declaration
public static RawVisAssetGradient ToRaw<T>(IVisAssetGradient<T> gradient) where T : IVisAsset
Parameters
Returns
Type Parameters