Click or drag to resize

EncodedObjectAsIDObjectId Property

The Object identifier stored in this EncodedObjectAsID instance. The object instance can be retrieved with @GDScript.instance_from_id.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public ulong ObjectId { get; set; }

Property Value

Type: UInt64
See Also