Exemple #1
0
        public void LinkPivot(int pivotID, int targetID)
        {
            StoredCommands sc = new StoredCommands();

            sc.AppendSceneCommand_LinkPivot(pivotID, targetID);
            ExecuteCommands(sc);
        }