Show / Hide Table of Contents

Struct BuiltAssetBundle

Represents a built asset bundle file

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
public struct BuiltAssetBundle

Fields

| Edit this page View Source

File

The file location of the asset bundle

Declaration
public FileInfo File
Field Value
Type Description
FileInfo
| Edit this page View Source

Target

The target platform the asset bundle was built against

Declaration
public BuildTarget Target
Field Value
Type Description
BuildTarget

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
☀
☾