Table of Contents

Class SkinningWeights

Namespace
Lime
Assembly
Lime.dll
public class SkinningWeights
Inheritance
SkinningWeights
Inherited Members

Fields

Bone0

[YuzuMember("0")]
public BoneWeight Bone0

Field Value

BoneWeight

Bone1

[YuzuMember("1")]
public BoneWeight Bone1

Field Value

BoneWeight

Bone2

[YuzuMember("2")]
public BoneWeight Bone2

Field Value

BoneWeight

Bone3

[YuzuMember("3")]
public BoneWeight Bone3

Field Value

BoneWeight

Properties

this[int]

public BoneWeight this[int index] { get; set; }

Parameters

index int

Property Value

BoneWeight

Methods

Clone()

public SkinningWeights Clone()

Returns

SkinningWeights

IsEmpty()

public bool IsEmpty()

Returns

bool

Release(params int[])

public SkinningWeights Release(params int[] boneIndices)

Parameters

boneIndices int[]

Returns

SkinningWeights