CandideServer.MessageModels.Entities.UpdateEntityPathMessage
Type JSONpublic class in CandideServer.MessageModels.Entities
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.MessageModels.Entities - Base type
System.Object - Hash
81EAD09CA25DBFCFF3A9796D6832FEC682BC0CDFCF45491969E2EDC822828889
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
Direction# | public | public System.Single Direction |
EntityId# | public | public System.Guid EntityId |
OwnerPlayerId# | public | public System.Int32 OwnerPlayerId |
Path# | public | public System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2> Path |
Position# | public | public Microsoft.Xna.Framework.Vector3 Position |
TargetEntityId# | public | public System.Nullable<System.Guid> TargetEntityId |
Velocity# | public | public Microsoft.Xna.Framework.Vector3 Velocity |