|
| | Material () |
| |
| | Material (Material rhs) |
| |
| 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 83 of file Assets.cs.
◆ Material() [1/2]
| Unravel.Core.Material.Material |
( |
| ) |
|
◆ Material() [2/2]
| Unravel.Core.Material.Material |
( |
Material | rhs | ) |
|
◆ bumpiness
| float Unravel.Core.Material.bumpiness = 1.0f |
◆ color
◆ emissiveColor
◆ metalness
| float Unravel.Core.Material.metalness = 0.0f |
◆ roughness
| float Unravel.Core.Material.roughness = 0.0f |
◆ tiling
The documentation for this class was generated from the following file:
- C:/Workspace/github/UnravelEngine/UnravelEngine/engine_data/data/scripts/assets/Assets.cs