Struct EntityPositionUpdateEvent
This event is used to notify about a position update of a entity
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AltV.Net.EntitySync.Events
Assembly: AltV.Net.EntitySync.dll
Syntax
public readonly struct EntityPositionUpdateEvent
Constructors
| Improve this Doc View SourceEntityPositionUpdateEvent(IEntity, Vector3)
Declaration
public EntityPositionUpdateEvent(IEntity entity, Vector3 position)
Parameters
Type | Name | Description |
---|---|---|
IEntity | entity | |
System.Numerics.Vector3 | position |
Fields
| Improve this Doc View SourceEntity
Declaration
public readonly IEntity Entity
Field Value
Type | Description |
---|---|
IEntity |
Position
Declaration
public readonly Vector3 Position
Field Value
Type | Description |
---|---|
System.Numerics.Vector3 |