Show / Hide Table of Contents

Class AssetData

Inheritance
object
AssetData
Namespace: DependenciesHunter
Assembly: WeaverCore.Editor.dll
Syntax
public class AssetData

Properties

| Edit this page View Source

BytesSize

Declaration
public long BytesSize { get; }
Property Value
Type Description
long
| Edit this page View Source

IsAddressable

Declaration
public bool IsAddressable { get; }
Property Value
Type Description
bool
| Edit this page View Source

Path

Declaration
public string Path { get; }
Property Value
Type Description
string
| Edit this page View Source

ReadableSize

Declaration
public string ReadableSize { get; }
Property Value
Type Description
string
| Edit this page View Source

ReferencesCount

Declaration
public int ReferencesCount { get; }
Property Value
Type Description
int
| Edit this page View Source

Type

Declaration
public Type Type { get; }
Property Value
Type Description
Type
| Edit this page View Source

TypeName

Declaration
public string TypeName { get; }
Property Value
Type Description
string
| Edit this page View Source

ValidType

Declaration
public bool ValidType { get; }
Property Value
Type Description
bool

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
Type Description
AssetData

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾