NeoAxis Engine API Reference

MapObjectType.OnIsExistsReferenceToObject Method

Whether to check up there is a link to object.

protected override bool OnIsExistsReferenceToObject(
   object obj
);

Parameters

obj
The cheched object.

Return Value

true if a link to object is exists; otherwise, false.

Remarks

This method it is necessary to redirect to all of you created MapObject.MapObjectCreateObjectCollection objects and for all custom not serializable EntityType fields. It is necessary for normal work of Resource Editor.

See Also

MapObjectType Class | Engine.MapSystem Namespace