|
override bool | Equals (object obj) |
| Determines whether the specified object is equal to the current asset.
|
|
bool | Equals (Asset< T > other) |
| Determines whether the specified Asset<T> is equal to the current asset.
|
|
override int | GetHashCode () |
| Serves as the default hash function for the asset.
|
|
static bool | operator== (Asset< T > lhs, Asset< T > rhs) |
| Determines whether two Asset<T> instances are equal.
|
|
static bool | operator!= (Asset< T > lhs, Asset< T > rhs) |
| Determines whether two Asset<T> instances are not equal.
|
|
Guid | uid [get, set] |
| Gets the unique identifier (UID) of the asset.
|
|
Definition at line 62 of file Assets.cs.
The documentation for this class was generated from the following file:
- C:/Workspace/github/UnravelEngine/UnravelEngine/engine_data/data/scripts/assets/Assets.cs