IMutableModel.AddOwned(Type) Method

Definition

Marks the given entity type as owned, indicating that when discovered matching entity types should be configured as owned.

public void AddOwned (Type type);
abstract member AddOwned : Type -> unit
Public Sub AddOwned (type As Type)

Parameters

type
Type

The type of the entity type that should be owned.

Applies to