Unravel Engine C# Reference
Loading...
Searching...
No Matches
Unravel.Core.Assets Class Reference

Static Public Member Functions

static T GetAsset< T > (string key)
 
static T GetAsset< T > (Guid uid)
 
static Material GetAsset (string key)
 
static Material GetAsset (Guid uid)
 

Detailed Description

Definition at line 10 of file Assets.cs.

Member Function Documentation

◆ GetAsset() [1/2]

static Material Unravel.Core.Assets.GetAsset ( Guid uid)
static

Definition at line 40 of file Assets.cs.

◆ GetAsset() [2/2]

static Material Unravel.Core.Assets.GetAsset ( string key)
static

Definition at line 30 of file Assets.cs.

◆ GetAsset< T >() [1/2]

static T Unravel.Core.Assets.GetAsset< T > ( Guid uid)
static
Type Constraints
T :Asset<T> 
T :new() 

Definition at line 21 of file Assets.cs.

◆ GetAsset< T >() [2/2]

static T Unravel.Core.Assets.GetAsset< T > ( string key)
static
Type Constraints
T :Asset<T> 
T :new() 

Definition at line 13 of file Assets.cs.


The documentation for this class was generated from the following file: