Method Doorways
Doorways(FieldModification, FieldModification)
Set up the doorway system with custom door/wall mods. Call this early in Configure() to set the mods used for doorway instructions. If not called, default PGG example mods are used.
public void Doorways(FieldModification doorHoleMod = null, FieldModification clearWallMod = null)
Parameters
doorHoleModFieldModificationclearWallModFieldModification
Doorways(string, string)
Set up doorways using named mods from the project.
public void Doorways(string doorHoleModName, string clearWallModName)