Show / Hide Table of Contents

Struct BoneWeight

Implements
IEquatable<BoneWeight>
Inherited Members
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
[Serializable]
public struct BoneWeight : IEquatable<BoneWeight>

Properties

| Improve this Doc View Source

boneIndex0

Declaration
public int boneIndex0 { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

boneIndex1

Declaration
public int boneIndex1 { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

boneIndex2

Declaration
public int boneIndex2 { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

boneIndex3

Declaration
public int boneIndex3 { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

weight0

Declaration
public float weight0 { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

weight1

Declaration
public float weight1 { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

weight2

Declaration
public float weight2 { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

weight3

Declaration
public float weight3 { get; set; }
Property Value
Type Description
Single

Methods

| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
Object other
Returns
Type Description
Boolean
Overrides
ValueType.Equals(Object)
| Improve this Doc View Source

Equals(BoneWeight)

Declaration
public bool Equals(BoneWeight other)
Parameters
Type Name Description
BoneWeight other
Returns
Type Description
Boolean
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
ValueType.GetHashCode()

Operators

| Improve this Doc View Source

Equality(BoneWeight, BoneWeight)

Declaration
public static bool operator ==(BoneWeight lhs, BoneWeight rhs)
Parameters
Type Name Description
BoneWeight lhs
BoneWeight rhs
Returns
Type Description
Boolean
| Improve this Doc View Source

Inequality(BoneWeight, BoneWeight)

Declaration
public static bool operator !=(BoneWeight lhs, BoneWeight rhs)
Parameters
Type Name Description
BoneWeight lhs
BoneWeight rhs
Returns
Type Description
Boolean

Implements

System.IEquatable<T>

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX