CustomEntityRegistrarSetCustomEntityRegistrar Method

Sets the custom entity registrar singleton instance

Definition

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public static void SetCustomEntityRegistrar(
	ICustomEntityRegistrar customEntityRegistrar
)

Parameters

customEntityRegistrar  ICustomEntityRegistrar
The custom entity registrar to set

See Also