C# Class Spine.Unity.Editor.SkeletonBaker.BoneWeightContainer.Pair

Afficher le fichier Open project: EsotericSoftware/spine-runtimes

Méthodes publiques

Свойство Type Description
bone UnityEngine.Transform
weight float

Méthodes publiques

Méthode Description
Pair ( Transform bone, float weight ) : UnityEngine

Method Details

Pair() public méthode

public Pair ( Transform bone, float weight ) : UnityEngine
bone UnityEngine.Transform
weight float
Résultat UnityEngine

Property Details

bone public_oe property

public Transform,UnityEngine bone
Résultat UnityEngine.Transform

weight public_oe property

public float weight
Résultat float