Table of Contents

Struct Mesh3D.BlendWeights

Namespace
Lime
Assembly
Lime.dll
public struct Mesh3D.BlendWeights : IEquatable<Mesh3D.BlendWeights>
Implements
Inherited Members

Fields

Weight0

[YuzuMember("0")]
public float Weight0

Field Value

float

Weight1

[YuzuMember("1")]
public float Weight1

Field Value

float

Weight2

[YuzuMember("2")]
public float Weight2

Field Value

float

Weight3

[YuzuMember("3")]
public float Weight3

Field Value

float

Methods

Equals(BlendWeights)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Mesh3D.BlendWeights other)

Parameters

other Mesh3D.BlendWeights

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.

ToArray()

public float[] ToArray()

Returns

float[]