Struct AssetHandle
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
Structure for managing asset handles.
public struct AssetHandle
- Inherited Members
Fields
None
Represents an invalid asset handle.
public static readonly AssetHandle None
Field Value
Properties
Info
Returns the asset information.
public IAssetInfo Info { get; }
Property Value
IsValid
Returns whether the handle is valid.
public bool IsValid { get; }