Show / Hide Table of Contents

Struct AsyncAssetHandler

The asset handler.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Fusee.Base.Core
Assembly: Fusee.Base.Core.dll
Syntax
public struct AsyncAssetHandler

Fields

Decoder

The asset decoder.

Declaration
public AsyncAssetDecoder Decoder
Field Value
Type Description
AsyncAssetDecoder

ReturnedType

The asset load type.

Declaration
public Type ReturnedType
Field Value
Type Description
System.Type
Generated by DocFX
GitHub Repo
Back to top