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

IBehaviorSteppedService.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/ExternalService/IBehaviorSteppedService.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/ExternalService/IBehaviorSteppedService.cs

Source file hash: sha256:6fa51b811f0cc75a83044b0c2f891f451d4090e6640b28d4d3fa539dbb0eedf0

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

Original lines: 14-27

Declaration hash: sha256:cb230c022b8275bb53df41301c7c1c71b89a6778d3c2d3a93199e84fac20c428

C#
public interface IBehaviorSteppedService
{
}

Method: Advance(float deltaTime, int frameNumber)

Section titled “Method: Advance(float deltaTime, int frameNumber)”

Original lines: 17

Declaration hash: sha256:e086e48e76d842f930246cdb29e8a915562b9c7996b3fcb7d588e66483b43e6e

C#
void Advance(float deltaTime, int frameNumber);

Original lines: 20

Declaration hash: sha256:27461a00aa986faa1d94a9eed74363df31e41c638a46943d16db7e5ca41c44dd

C#
void Pause();

Original lines: 23

Declaration hash: sha256:6d782484aa5728d95282aad8eed2be8f004bee176da77e4f3fdb7788cd0f3b04

C#
void Resume();

Original lines: 26

Declaration hash: sha256:3f5eb34ba0466ea7503155c29c0ffccb8709547b8281e6f22fc1347dbb1a4ed7

C#
void Stop();
Full-size image