IBehaviorSteppedService.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/ExternalService/IBehaviorSteppedService.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: IBehaviorSteppedService
Section titled “Type: IBehaviorSteppedService”Original lines: 14-27
Declaration hash: sha256:cb230c022b8275bb53df41301c7c1c71b89a6778d3c2d3a93199e84fac20c428
public interface IBehaviorSteppedService{}Method: Advance(float deltaTime, int frameNumber)
Section titled “Method: Advance(float deltaTime, int frameNumber)”Original lines: 17
Declaration hash: sha256:e086e48e76d842f930246cdb29e8a915562b9c7996b3fcb7d588e66483b43e6e
void Advance(float deltaTime, int frameNumber);Method: Pause()
Section titled “Method: Pause()”Original lines: 20
Declaration hash: sha256:27461a00aa986faa1d94a9eed74363df31e41c638a46943d16db7e5ca41c44dd
void Pause();Method: Resume()
Section titled “Method: Resume()”Original lines: 23
Declaration hash: sha256:6d782484aa5728d95282aad8eed2be8f004bee176da77e4f3fdb7788cd0f3b04
void Resume();Method: Stop()
Section titled “Method: Stop()”Original lines: 26
Declaration hash: sha256:3f5eb34ba0466ea7503155c29c0ffccb8709547b8281e6f22fc1347dbb1a4ed7
void Stop();