Class BlipEntity
Implements
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.EntitySync.Entities
Assembly: AltV.Net.EntitySync.Entities.dll
Syntax
public class BlipEntity : Entity, IEntity
Constructors
| Improve this Doc View SourceBlipEntity(Vector3, Int32, UInt32)
Declaration
public BlipEntity(Vector3 position, int dimension, uint range)
Parameters
Type | Name | Description |
---|---|---|
System.Numerics.Vector3 | position | |
System.Int32 | dimension | |
System.UInt32 | range |
BlipEntity(Vector3, Int32, UInt32, IDictionary<String, Object>)
Declaration
public BlipEntity(Vector3 position, int dimension, uint range, IDictionary<string, object> data)
Parameters
Type | Name | Description |
---|---|---|
System.Numerics.Vector3 | position | |
System.Int32 | dimension | |
System.UInt32 | range | |
System.Collections.Generic.IDictionary<System.String, System.Object> | data |