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

IBehaviorMovementAdapter.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Movement/IBehaviorMovementAdapter.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/Movement/IBehaviorMovementAdapter.cs

Source file hash: sha256:0b484a6d245afd5cfba6f1e3e048fe62e4d40db339c8871b91f5ba20cb309ef7

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

Original lines: 14-24

Declaration hash: sha256:0174952ae02742932e0a1a27da7b3c47d8cc575abee0634d1aedb79dec4647ca

C#
public enum BehaviorMovementStatus : byte
{
}

Original lines: 17

Declaration hash: sha256:212fce746c5349370090030e4e970a90a70ddf645e22d367fa4b977a0db20ce2

C#
Running = 0

Original lines: 20

Declaration hash: sha256:e8b944cb5047d0bb632d6877393ad301a8ea69f09bff606ab94f1aea4660e963

C#
Completed = 1

Original lines: 23

Declaration hash: sha256:2e7819b1db21035db89e64675a1d5e10a0021af330bad49a3283e32cef6f0d8f

C#
Failed = 2

Original lines: 35-51

Declaration hash: sha256:487b82678ffccdac3599ed7a7f04ccee626a69045ce68fb3b21857663bf6c598

C#
public interface IBehaviorMovementAdapter
{
}

Method: Begin(in BehaviorMovementRequest request)

Section titled “Method: Begin(in BehaviorMovementRequest request)”

Original lines: 38

Declaration hash: sha256:62bc71aac9fa8f9119f7b6d2bf24060f8be1afbeab6861fb7a06d82c56115e9b

C#
bool Begin(in BehaviorMovementRequest request);

Original lines: 41

Declaration hash: sha256:16f45ca88972a324ef5b54a805b76001b10ae1ea0def6c64c177deb000f3cd59

C#
BehaviorMovementStatus Advance(float deltaTime);

Original lines: 44

Declaration hash: sha256:27461a00aa986faa1d94a9eed74363df31e41c638a46943d16db7e5ca41c44dd

C#
void Pause();

Original lines: 47

Declaration hash: sha256:6d782484aa5728d95282aad8eed2be8f004bee176da77e4f3fdb7788cd0f3b04

C#
void Resume();

Original lines: 50

Declaration hash: sha256:3f5eb34ba0466ea7503155c29c0ffccb8709547b8281e6f22fc1347dbb1a4ed7

C#
void Stop();
Full-size image