BehaviorMovementRequest.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Movement/BehaviorMovementRequest.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorMovementRequest
Section titled “Type: BehaviorMovementRequest”Original lines: 18-80
Declaration hash: sha256:5b4018ff70b182e80fd961e439de45795efb659e53495168260302f11f50ef4c
[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
public BehaviorMovementRequest(float3 target, float speed, float arrivalTolerance, int commandId, EntityId agentId);Property: Target
Section titled “Property: Target”Original lines: 37
Declaration hash: sha256:81a7876eb9e72464dc9003ce1f35ccc7edee6fbb994dc1794ae21d95653d816a
public float3 Target { get; }Property: Speed
Section titled “Property: Speed”Original lines: 40
Declaration hash: sha256:acc84655b93de3b0569e4ae43fc77240f4d310ff5408f7fb66697d03f9349710
public float Speed { get; }Property: ArrivalTolerance
Section titled “Property: ArrivalTolerance”Original lines: 43
Declaration hash: sha256:d6c657dce77efa3fa830b8f8b315f77246c31e3b7bb852f7d96e034f41335757
public float ArrivalTolerance { get; }Property: CommandId
Section titled “Property: CommandId”Original lines: 46
Declaration hash: sha256:0ef2a00ad8dd3ab4778c394ef2d6053745a19da3c4579c9d3f5c4e0e71698dfd
public int CommandId { get; }Property: AgentId
Section titled “Property: AgentId”Original lines: 49
Declaration hash: sha256:a9a758b4b05b7f7bbaf69cb8075fd4edf8588343188e7219dd217f02923b4893
public EntityId AgentId { get; }Method: Equals(BehaviorMovementRequest other)
Section titled “Method: Equals(BehaviorMovementRequest other)”Original lines: 52-59
Declaration hash: sha256:dbba2adeeac1a076cf3b933c658d67183a2a3d0c7e08571feea2db3f4e63862f
public bool Equals(BehaviorMovementRequest other);Method: Equals(object obj)
Section titled “Method: Equals(object obj)”Original lines: 62-65
Declaration hash: sha256:19a0848dd20a9bbc5cc5aab558ea06fa11e2ce3bae61da755a1c54171bb11e36
public override bool Equals(object obj);Method: GetHashCode()
Section titled “Method: GetHashCode()”Original lines: 68-79
Declaration hash: sha256:f89860267e3ef8a15bec07eea8a37565610037cc98c6bc9ad03030c0ad002d75
public override int GetHashCode();