Interface IReference
- Namespace
 - Stride.Core.Serialization.Contents
 
- Assembly
 - Stride.Core.Serialization.dll
 
An interface that provides a reference to an object identified by a Guid and a location.
public interface IReference
  Properties
Id
Gets the asset unique identifier.
AssetId Id { get; }
  Property Value
- AssetId
 The identifier.
Location
Gets the location.
string Location { get; }
  Property Value
- string
 The location.