// Token: 0x06001A29 RID: 6697 RVA: 0x000EAA18 File Offset: 0x000E8C18 public static void amMotionSet(AMS_MOTION motion, int mbuf_id, int motion_id) { AMS_MOTION_BUF ams_MOTION_BUF = motion.mbuf[mbuf_id]; ams_MOTION_BUF.motion_id = motion_id; ams_MOTION_BUF.frame = motion.mtnfile[motion_id >> 16].motion[motion_id & 65535].StartFrame; }
// Token: 0x06001A2A RID: 6698 RVA: 0x000EAA5C File Offset: 0x000E8C5C public static void amMotionSetFrame(AMS_MOTION motion, int mbuf_id, float frame) { AMS_MOTION_BUF ams_MOTION_BUF = motion.mbuf[mbuf_id]; ams_MOTION_BUF.frame = frame; }