Click or drag to resize

CustomEntityRegistrarSetCustomEntityRegistrar Method

Sets the custom entity registrar singleton instance

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public static void SetCustomEntityRegistrar(
	ICustomEntityRegistrar customEntityRegistrar
)

Parameters

customEntityRegistrar  ICustomEntityRegistrar
The custom entity registrar to set
See Also