IIdentifiable Interface
Namespace: Stride.CoreAssembly: Stride.Core.dll
Base interface for all identifiable instances.
public interface IIdentifiable
Name | Description | |
---|---|---|
Properties | ||
Id | Gets the id of this instance |
Properties
Id
Gets the id of this instance
Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |