コード例 #1
0
 internal InstructionsKeyFrame(KeyFrame frame)
 {
     dFrame = frame;
 }
コード例 #2
0
ファイル: KeyFrame.cs プロジェクト: Phyberosis/AutomationHub
 public KeyFrame(KeyFrame d) : this(d.pose, d.dt)
 {
 }
コード例 #3
0
 public static Instructions create(KeyFrame k)
 {
     return(new InstructionsKeyFrame(k));
 }