KMRoom - Qkrisi/ktanemodkit GitHub Wiki

KMRoom

public abstract class KMRoom : MonoBehaviour

Superclass for room components (KMGameplayRoom and KMSetupRoom)


public Transform BombSpawnPosition;

Transform to spawn the bomb at.


public Transform PlayerSpawnPosition;

Transform to spawn the player (camera) at.


public Transform DossierSpawn;

Transform to spawn the Menu dossier at.


public GameObject CameraAnimator;

The Animator used to move the camera from object to object when not using VR (for example, when switching holdables).


public bool UseModQualitySettings = true;

When set to true, realtime shadows at high quality will be enabled.


public List<KMHoldableSpawnPoint> HoldableSpawnPoints;

A list of transforms where mod holdables can be spawned.