Table of Contents

Class RuntimeIdHelper

Namespace
Stride.Core
Assembly
Stride.Core.dll

Extension methods to get a runtime unique id from a live object.

public static class RuntimeIdHelper
Inheritance
RuntimeIdHelper

Methods

ToRuntimeId(object)

Computes an unique runtime id (32bits) valid for the specified object.

public static int ToRuntimeId(object instance)

Parameters

instance object

Returns

int

An unique runtime identifier (32bits)