interface IK_DebugFrameSnapshot {
    chainStates: IK_ChainDebugSnapshot[];
    frameId: number;
    timestamp: number;
}

属性

chainStates: IK_ChainDebugSnapshot[]
frameId: number
timestamp: number