C# 클래스 Spine.Unity.Editor.SkeletonBaker.BoneWeightContainer.Pair

파일 보기 프로젝트 열기: EsotericSoftware/spine-runtimes

공개 프로퍼티들

프로퍼티 타입 설명
bone UnityEngine.Transform
weight float

공개 메소드들

메소드 설명
Pair ( Transform bone, float weight ) : UnityEngine

메소드 상세

Pair() 공개 메소드

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

프로퍼티 상세

bone 공개적으로 프로퍼티

public Transform,UnityEngine bone
리턴 UnityEngine.Transform

weight 공개적으로 프로퍼티

public float weight
리턴 float