Struct HeadBlendData
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 HeadBlendData : IEquatable<HeadBlendData>
Constructors
|
Improve this Doc
View Source
HeadBlendData(UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, Single, Single, Single)
Declaration
public HeadBlendData(uint shapeFirstID, uint shapeSecondID, uint shapeThirdID, uint skinFirstID, uint skinSecondID, uint skinThirdID, float shapeMix, float skinMix, float thirdMix)
Parameters
| Type |
Name |
Description |
| System.UInt32 |
shapeFirstID |
|
| System.UInt32 |
shapeSecondID |
|
| System.UInt32 |
shapeThirdID |
|
| System.UInt32 |
skinFirstID |
|
| System.UInt32 |
skinSecondID |
|
| System.UInt32 |
skinThirdID |
|
| System.Single |
shapeMix |
|
| System.Single |
skinMix |
|
| System.Single |
thirdMix |
|
Fields
|
Improve this Doc
View Source
ShapeFirstID
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
ShapeMix
Declaration
Field Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
ShapeSecondID
Declaration
public uint ShapeSecondID
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
ShapeThirdID
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
SkinFirstID
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
SkinMix
Declaration
Field Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
SkinSecondID
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
SkinThirdID
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
ThirdMix
Declaration
Field Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Zero
Declaration
public static HeadBlendData Zero
Field Value
Methods
|
Improve this Doc
View Source
Equals(HeadBlendData)
Declaration
public bool Equals(HeadBlendData 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>