Example #1
0
 public static List <FOBJKey> GetKeys(HSD_FOBJ FOBJ, float startframe)
 {
     FOBJFrameDecoder e = new FOBJFrameDecoder(FOBJ, startframe);
     {
         return(e.GetKeys(startframe));
     }
 }
Example #2
0
 public static List <FOBJKey> GetKeys(HSD_FOBJ FOBJ)
 {
     FOBJFrameDecoder e = new FOBJFrameDecoder(FOBJ);
     {
         return(e.GetKeys());
     }
 }