Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

CameraSetter.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Variable/Game/CameraSetter.cs.

Source snapshot ad0983d00d77.

On this page

Original file: ../bitquirky-core/Runtime/Variable/Game/CameraSetter.cs

Source file hash: sha256:871206ed186ab49a1ad736d2918cb7a69e0c08e1b9632ef125e0382a24495b21

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 31-34

Declaration hash: sha256:7c32845b543dd2a336621e66aa008d84b0bfb3cc2252d653bb7e489b6ddb47ea

C#
[RequireComponent(typeof(Camera))]
public class CameraSetter : ComponentSetter<CameraVariable, Camera>
{
}
Full-size image