Class AssetData
Assembly: WeaverCore.Editor.dll
Syntax
Properties
|
Edit this page
View Source
BytesSize
Declaration
public long BytesSize { get; }
Property Value
|
Edit this page
View Source
IsAddressable
Declaration
public bool IsAddressable { get; }
Property Value
|
Edit this page
View Source
Path
Declaration
public string Path { get; }
Property Value
|
Edit this page
View Source
ReadableSize
Declaration
public string ReadableSize { get; }
Property Value
|
Edit this page
View Source
ReferencesCount
Declaration
public int ReferencesCount { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
public Type Type { get; }
Property Value
|
Edit this page
View Source
TypeName
Declaration
public string TypeName { get; }
Property Value
|
Edit this page
View Source
ValidType
Declaration
public bool ValidType { get; }
Property Value
Methods
|
Edit this page
View Source
Create(string, int)
Declaration
public static AssetData Create(string path, int referencesCount)
Parameters
Type |
Name |
Description |
string |
path |
|
int |
referencesCount |
|
Returns
Extension Methods