Class KaijuDeveloperUI
Helpful developer UI. This displays buttons to select cameras on the left side and buttons to select scenes on the right side.
Inherited Members
Namespace: KaijuSolutions.Agents
Syntax
public class KaijuDeveloperUI : KaijuGlobalController
Fields
dynamicCameras
If there are any dynamically-spawned cameras in the scene. This will enable a button to collect cameras at runtime.
Declaration
public bool dynamicCameras
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Properties
Width
Button widths.
Declaration
public float Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |