Example #1
0
 public override void Initialize(IEntity entity)
 {
     BonesId = entity.Look().BonesId;
     Skins.AddRange(entity.Look().Skins);
     IndexedColors.AddRange(entity.Look().IndexedColors);
     Scales.AddRange(entity.Look().Scales);
 }