Interface IVisAsset
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public interface IVisAsset : IABRInput
Properties
| Improve this Doc View SourceImportTime
(currently unused) The time that this VisAsset was imported into ABR
Declaration
DateTime ImportTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Uuid
Globally-unique identifier for this VisAsset
Declaration
Guid Uuid { get; set; }
Property Value
Type | Description |
---|---|
Guid |
VisAssetCount
How many VisAssets are in the gradient? (1 if it's not a gradient)
Declaration
int VisAssetCount { get; }
Property Value
Type | Description |
---|---|
int |