Beispiel #1
0
        public override void ImportDependencies(SwfMovie from, SwfMovie to)
        {
            var cid = CharId;

            to.ImportCharacter(from, ref cid);
            CharId = cid;
        }
Beispiel #2
0
 public override void ImportDependencies(SwfMovie from, SwfMovie to)
 {
     if (HasCharacter)
     {
         to.ImportCharacter(from, ref _cid);
     }
     else
     {
     }
 }