Struct HeadOverlay
Inherited Members
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 HeadOverlay : IEquatable<HeadOverlay>
Constructors
|
Improve this Doc
View Source
HeadOverlay(Byte, Single, Byte, Byte, Byte)
Declaration
public HeadOverlay(byte index, float opacity, byte colorType, byte colorIndex, byte secondColorIndex)
Parameters
Type |
Name |
Description |
System.Byte |
index |
|
System.Single |
opacity |
|
System.Byte |
colorType |
|
System.Byte |
colorIndex |
|
System.Byte |
secondColorIndex |
|
Fields
|
Improve this Doc
View Source
ColorIndex
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ColorType
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Index
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Opacity
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SecondColorIndex
Declaration
public byte SecondColorIndex
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Zero
Declaration
public static HeadOverlay Zero
Field Value
Methods
|
Improve this Doc
View Source
Equals(HeadOverlay)
Declaration
public bool Equals(HeadOverlay 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()
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Implements
System.IEquatable<T>