C# 클래스 FlatRedBall.Graphics.Model.Animation.Content.SkinTransformContent

Contains information for a skin transform.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BoneName string
Transform Matrix

프로퍼티 상세

BoneName 공개적으로 프로퍼티

The name of the bone attached to the transform
public string BoneName
리턴 string

Transform 공개적으로 프로퍼티

The transform for the bone
public Matrix Transform
리턴 Matrix