RuntimeIdHelper Class
Namespace: Stride.CoreAssembly: Stride.Core.dll
Extension methods to get a runtime unique id from a live object.
System.Object →
RuntimeIdHelper
Derived from RuntimeIdHelper:
public static class RuntimeIdHelper
| Name | Description | |
|---|---|---|
| Methods | ||
| ToRuntimeId(Object) | Computes an unique runtime id (32bits) valid for the specified System.Object. |
|
Methods
ToRuntimeId(Object)
Computes an unique runtime id (32bits) valid for the specified System.Object.
public static int ToRuntimeId(object instance)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | instance |
Returns
| Type | Description |
|---|---|
| System.Int32 | An unique runtime identifier (32bits) |