Struct VehicleBadgePosition
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: AltV.Net.CApi.dll
Syntax
public struct VehicleBadgePosition : IEquatable<VehicleBadgePosition>
Constructors
|
Improve this Doc
View Source
VehicleBadgePosition(Boolean, Byte, Single, Int16, Vector3, Vector3, Vector3)
Declaration
public VehicleBadgePosition(bool active, byte alpha, float size, short boneIndex, Vector3 offset, Vector3 direction, Vector3 side)
Parameters
Type |
Name |
Description |
System.Boolean |
active |
|
System.Byte |
alpha |
|
System.Single |
size |
|
System.Int16 |
boneIndex |
|
System.Numerics.Vector3 |
offset |
|
System.Numerics.Vector3 |
direction |
|
System.Numerics.Vector3 |
side |
|
Properties
|
Improve this Doc
View Source
Active
Declaration
public byte Active { readonly get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Alpha
Declaration
public byte Alpha { readonly get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
BoneIndex
Declaration
public short BoneIndex { readonly get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
Direction
Declaration
public Vector3 Direction { readonly get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
|
Improve this Doc
View Source
Offset
Declaration
public Vector3 Offset { readonly get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
|
Improve this Doc
View Source
Side
Declaration
public Vector3 Side { readonly get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
|
Improve this Doc
View Source
Size
Declaration
public float Size { readonly get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
Equals(VehicleBadgePosition)
Declaration
public bool Equals(VehicleBadgePosition other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
Implements
IEquatable<>