Sets the asset. The object ID. Uses Scripting to find the registered asset of the given ID.
| 235 | /// </summary> |
| 236 | /// <param name="id">The object ID. Uses Scripting to find the registered asset of the given ID.</param> |
| 237 | FORCE_INLINE void Set(const Guid& id) |
| 238 | { |
| 239 | OnSet(id); |
| 240 | } |
| 241 | |
| 242 | /// <summary> |
| 243 | /// Sets the asset. |