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

BehaviorMovementRequest.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:92d5fd2341fbee9a11c0c3ebf084a92c214b03cbbdac88b7d981f680ee901b95

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

Original lines: 18-80

Declaration hash: sha256:5b4018ff70b182e80fd961e439de45795efb659e53495168260302f11f50ef4c

C#
[Serializable]
public readonly struct BehaviorMovementRequest : IEquatable<BehaviorMovementRequest>
{
}

Method: BehaviorMovementRequest(float3 target, float speed, float arrivalTolerance, int commandId, EntityId agentId)

Section titled “Method: BehaviorMovementRequest(float3 target, float speed, float arrivalTolerance, int commandId, EntityId agentId)”

Original lines: 22-34

Declaration hash: sha256:80bbdd3eb69267527668ccac54abebe75cb1cc4927e11946367ef4c8c0006f5f

C#
public BehaviorMovementRequest(float3 target, float speed, float arrivalTolerance, int commandId, EntityId agentId);

Original lines: 37

Declaration hash: sha256:81a7876eb9e72464dc9003ce1f35ccc7edee6fbb994dc1794ae21d95653d816a

C#
public float3 Target { get; }

Original lines: 40

Declaration hash: sha256:acc84655b93de3b0569e4ae43fc77240f4d310ff5408f7fb66697d03f9349710

C#
public float Speed { get; }

Original lines: 43

Declaration hash: sha256:d6c657dce77efa3fa830b8f8b315f77246c31e3b7bb852f7d96e034f41335757

C#
public float ArrivalTolerance { get; }

Original lines: 46

Declaration hash: sha256:0ef2a00ad8dd3ab4778c394ef2d6053745a19da3c4579c9d3f5c4e0e71698dfd

C#
public int CommandId { get; }

Original lines: 49

Declaration hash: sha256:a9a758b4b05b7f7bbaf69cb8075fd4edf8588343188e7219dd217f02923b4893

C#
public EntityId AgentId { get; }

Method: Equals(BehaviorMovementRequest other)

Section titled “Method: Equals(BehaviorMovementRequest other)”

Original lines: 52-59

Declaration hash: sha256:dbba2adeeac1a076cf3b933c658d67183a2a3d0c7e08571feea2db3f4e63862f

C#
public bool Equals(BehaviorMovementRequest other);

Original lines: 62-65

Declaration hash: sha256:19a0848dd20a9bbc5cc5aab558ea06fa11e2ce3bae61da755a1c54171bb11e36

C#
public override bool Equals(object obj);

Original lines: 68-79

Declaration hash: sha256:f89860267e3ef8a15bec07eea8a37565610037cc98c6bc9ad03030c0ad002d75

C#
public override int GetHashCode();
Full-size image