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

Mostrar archivo Open project: EsotericSoftware/spine-runtimes

Public Properties

Property Type Description
bone UnityEngine.Transform
weight float

Public Methods

Method Description
Pair ( Transform bone, float weight ) : UnityEngine

Method Details

Pair() public method

public Pair ( Transform bone, float weight ) : UnityEngine
bone UnityEngine.Transform
weight float
return UnityEngine

Property Details

bone public_oe property

public Transform,UnityEngine bone
return UnityEngine.Transform

weight public_oe property

public float weight
return float