C# Class FlatRedBall.Graphics.Model.Animation.Content.SkinTransformContent

Contains information for a skin transform.
Mostra file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
BoneName string
Transform Matrix

Property Details

BoneName public_oe property

The name of the bone attached to the transform
public string BoneName
return string

Transform public_oe property

The transform for the bone
public Matrix Transform
return Matrix