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