Class Object
Inheritance
System.Object
Object
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()
Assembly: AltV.Net.Client.dll
Syntax
public class Object : Entity, IInternalBaseObject, IObject, ISharedObject, IEntity, ISharedEntity, IWorldObject, ISharedWorldObject, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
Object(ICore, IntPtr, BaseObjectType, UInt32)
Declaration
public Object(ICore core, IntPtr nativePointer, BaseObjectType type, uint id)
Parameters
|
Improve this Doc
View Source
Object(ICore, IntPtr, UInt32)
Declaration
public Object(ICore core, IntPtr nativePointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
nativePointer |
|
System.UInt32 |
id |
|
Properties
|
Improve this Doc
View Source
Alpha
Declaration
public byte Alpha { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
LodDistance
Declaration
public ushort LodDistance { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Overrides
|
Improve this Doc
View Source
ObjectNativePointer
Declaration
public IntPtr ObjectNativePointer { get; }
Property Value
|
Improve this Doc
View Source
TextureVariation
Declaration
public byte TextureVariation { get; }
Property Value
Type |
Description |
System.Byte |
|
Methods
|
Improve this Doc
View Source
GetId(IntPtr)
Declaration
public static uint GetId(IntPtr pointer)
Parameters
Type |
Name |
Description |
IntPtr |
pointer |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
SetCached(IntPtr)
Declaration
public override void SetCached(IntPtr cachedNetworkObject)
Parameters
Type |
Name |
Description |
IntPtr |
cachedNetworkObject |
|
Overrides
Implements